Embryo provides a minimal set of native calls that can be used within any Embryo script.
Those calls are detailed here.
Returns the number of arguments passed to a function. Useful when dealing with variable argument lists.
Retrieves the argument number arg
. If the argument is an array, use index
to specify the index of the array to return.
Sets the argument number arg
to the given arg
. index
specifies the index of arg
to set if arg
is an array.
Functions that work on strings.
Translates an number in string form into an integer.
Buggered if I know what this does?
String comparing function.
Returns the absolute value of the given float.
Returns a random integer.
Returns a random float.