1
0
EQ2Emu/docs/lua_functions/AddIconValue.md
2025-05-28 21:48:33 -04:00

17 lines
364 B
Markdown

### Function: AddIconValue(Spawn, Value)
**Description:** Add an icon value to the Spawn (this is not confirmed functional).
**Parameters:**
`Spawn`: Spawn - The spawn or entity involved.
`Value`: UInt32 - icon value to be added.
**Returns:** Boolean: True if successful, otherwise False..
**Example:**
```lua
-- Example usage
AddIconValue(Spawn, Value)
```