Global Functions
Global Functions are functions that can be accessed from any function anywhere in a script.
Methods
eval
Static
Executes the parameter as Kolben script code and returns the result.
isFinite
Static
Returns whether the input is a finite number.
isNaN
Static
Returns whether the input is NaN (not a number).
nameof
Static
Gets the name of an object.
sizeof
Static
Gets the length/size of a variable's content.
sync
Static
Waits for async tasks to complete.
Signatures:
toComplex
Static
Converts a primitive value (string, bool, number) into a prototype instance of that type.
toPrimitive
Static
Converts a prototype instance (string, bool, number) into its primitive value.
typeof
Static
Gets the type name of a variable's content.
Static
Executes the parameter as Kolben script code and returns the result.
isFinite
Static
Returns whether the input is a finite number.
isNaN
Static
Returns whether the input is NaN (not a number).
nameof
Static
Gets the name of an object.
sizeof
Static
Gets the length/size of a variable's content.
sync
Static
Waits for async tasks to complete.
Signatures:
Return: void
Usage: sync();
toComplex
Static
Converts a primitive value (string, bool, number) into a prototype instance of that type.
toPrimitive
Static
Converts a prototype instance (string, bool, number) into its primitive value.
typeof
Static
Gets the type name of a variable's content.