Global Functions
Global Functions are functions that can be accessed from any function anywhere in a script.
Methods

evalStatic
Executes the parameter as Kolben script code and returns the result.

isFiniteStatic
Returns whether the input is a finite number.

isNaNStatic
Returns whether the input is NaN (not a number).

nameofStatic
Gets the name of an object.

sizeofStatic
Gets the length/size of a variable's content.

syncStatic
Waits for async tasks to complete.
Signatures:
Return: voidUsage: sync();
toComplexStatic
Converts a primitive value (string, bool, number) into a prototype instance of that type.

toPrimitiveStatic
Converts a prototype instance (string, bool, number) into its primitive value.

typeofStatic
Gets the type name of a variable's content.
Pokemon3D Script API Documentation
Articles