Difference between revisions of "ArrayCount"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Speedo
imported>Speedo
m
 
Line 4: Line 4:


'''Syntax:'''
'''Syntax:'''
  (Size:long) ArrayCount ArrayID:long
  (Count:long) ArrayCount ArrayID:long


Returns the count of indexes that contains data.
Returns the count of indexes that contains data.

Latest revision as of 12:09, 26 February 2008


A command for Pluggy

Syntax:

(Count:long) ArrayCount ArrayID:long

Returns the count of indexes that contains data.

  • If the array does not exist, it returns -1.