ScriptEvent:binGet

From Mod Wiki
Revision as of 11:10, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Parameters

integer index -- Index of the entity to return.

Result

entity

Supported By

idPlayer

Comments

  • If the index is out of range, or there is no entity at that index, null will be returned.

Functionality

Returns the entity from the player's list of tracked entities at the specified index.