Difference between revisions of "FirstFreeInArray"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Speedo
(Remove beta tag)
imported>Speedo
Line 9: Line 9:
*Returns -1 if all the array indexes contains each one a value, or if the array does not exist.
*Returns -1 if all the array indexes contains each one a value, or if the array does not exist.


[[Category: Pluggy]]
[[Category: Functions (Pluggy)]]

Revision as of 11:45, 26 February 2008


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.