Skip to content

Array library ​

No description available

Functions ​

mnscript
bool Array.Contains(any[], any) 
  • Returns whether an item in an array
mnscript
number Array.IndexOf(any[], any) 
  • Returns the index (position) of an first instance of an item in an array
mnscript
number Array.Length(any[]) 
  • Returns the length (size) of the array