FirstFreeInArray
Revision as of 16:07, 14 February 2008 by imported>Haama (Created)
Beta Function
This function has not been fully tested yet, and is not ready to be used in a released mod. It may not have the same function in later versions, may require the script to be recompiled, or simply may be removed. Use for testing purposes only until the author of the function says otherwise.
A command for Pluggy
Syntax:
(Index: long) FirstFreeInArray ArrayID:long
Returns the index of the first Index containing no value.
- Returns -1 if all the array indexes contains each one a value, or if the array does not exist.