The main array type used in Openplanet. For usage information, see Angelscript's documentation. Note that the members are not named the same in Openplanet as they are normally in Angelscript.
The main array type used in Openplanet. For usage information, see Angelscript's documentation. Note that the members are not named the same in Openplanet as they are normally in Angelscript.
uint opForBegin() const
uint bool opForEnd(uint) const
bool uint opForNext(uint) const
uint const T& opForValue0(uint index) const
T uint opForValue1(uint index) const
uint int Find(const T&in value) const
int int Find(uint startAt, const T&in value) const
int int FindByRef(const T&in value) const
int bool IsEmpty() const
bool