eq2emu/docs/lua_functions/SetInt.md

19 lines
312 B
Markdown
Raw Normal View History

2025-05-04 14:34:15 -04:00
### Function: SetInt(param1, param2, param3)
**Description:**
Placeholder description.
**Parameters:**
- `param1`: Spawn - The spawn or entity involved.
- `param2`: unknown - Unknown type.
- `param3`: unknown - Unknown type.
**Returns:** None.
**Example:**
```lua
-- Example usage
SetInt(..., ..., ...)
```