Difference between revisions of "ScriptEvent:binAdd"
From Mod Wiki
(No difference)
|
Latest revision as of 11:10, 5 November 2007
Parameters
entity (cannot be null) entity -- Entity to add to the list.
Result
None.
Supported By
idPlayer
Comments
- If the entity is already in the list, this request will be ignored.
- A maximum of 32 entities can be stored, an error will be thrown if this limit is exceeded.
Functionality
Adds an entity to the player's list of tracked entities.