ScriptEvent:getSavedCacheEntity
From Mod Wiki
Contents |
[edit]
Parameters
integer index -- Index of the entity to look up. integer handle -- Handle to the saved entity cache.
[edit]
Result
[edit]
Supported By
idEntity
[edit]
Comments
- This may return null if the entity has been removed since being added to the cache, or the index is out of range.
[edit]
Functionality
Returns the entity at the given index in the specified saved entity cache.
