17 lines
219 B
Markdown
17 lines
219 B
Markdown
### Function: GetSpawnFromList(param1)
|
|
|
|
**Description:**
|
|
Placeholder description.
|
|
|
|
**Parameters:**
|
|
- `param1`: int32 - Integer value.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
```lua
|
|
-- Example usage
|
|
GetSpawnFromList(...)
|
|
```
|