NeedForTrade Documentation

BooleanArray

BooleanArray can be used to store a set of Booleans

It's based on Microsoft .NET Framework List class. For the list of it's methods, please visit List Methods.

 

Values are counted from 0 to Count. To access 10th value within array use the following syntax: value = array[10];