Difference between revisions of "ScriptEvent:getSavedCacheEntity"
From Mod Wiki
(No difference)
|
Latest revision as of 16:54, 5 November 2007
Parameters
integer index -- Index of the entity to look up. integer handle -- Handle to the saved entity cache.
Result
Supported By
idEntity
Comments
- This may return null if the entity has been removed since being added to the cache, or the index is out of range.
Functionality
Returns the entity at the given index in the specified saved entity cache.