18 lines
281 B
Markdown
18 lines
281 B
Markdown
### Function: GetSpawnByRailID(param1, param2)
|
|
|
|
**Description:**
|
|
Placeholder description.
|
|
|
|
**Parameters:**
|
|
- `param1`: ZoneServer - The zone object.
|
|
- `param2`: sint64 - Large integer value.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
```lua
|
|
-- Example usage
|
|
GetSpawnByRailID(..., ...)
|
|
```
|