mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
364 B
364 B
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:
-- Example usage
AddIconValue(Spawn, Value)