15 lines
261 B
Markdown
15 lines
261 B
Markdown
### Function: SetRailID(spawn, rail_id)
|
|
|
|
**Description:**
|
|
Set's the rail id of the spawn.
|
|
|
|
**Parameters:**
|
|
- `spawn` (Spawn) - Spawn object representing `spawn`.
|
|
- `rail_id` (int64) - Integer value `rail_id`.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|