mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
18 lines
312 B
Markdown
18 lines
312 B
Markdown
### 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(..., ..., ...)
|
|
```
|