19 lines
320 B
Markdown
19 lines
320 B
Markdown
### Function: AddWaypoint(param1, param2, param3)
|
|
|
|
**Description:**
|
|
Placeholder description.
|
|
|
|
**Parameters:**
|
|
- `param1`: Spawn - The spawn or entity involved.
|
|
- `param2`: string - String value.
|
|
- `param3`: int32 - Integer value.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
```lua
|
|
-- Example usage
|
|
AddWaypoint(..., ..., ...)
|
|
```
|