1
0
EQ2Emu/docs/lua_functions/SendStateCommand.md
2025-05-04 14:34:15 -04:00

19 lines
345 B
Markdown

### Function: SendStateCommand(param1, param2, param3)
**Description:**
Placeholder description.
**Parameters:**
- `param1`: Spawn - The spawn or entity involved.
- `param2`: int32 - Integer value.
- `param3`: Spawn - The spawn or entity involved.
**Returns:** None.
**Example:**
```lua
-- Example usage
SendStateCommand(..., ..., ...)
```