Data types
Data types mentioned in this document
array- array ID to be used with array-related functions (actually an integer)any- any typebool- boolean (in fact,int:Trueis 1 andFalseis 0)int- integer numbermixed- type depends on exact use casefloat- floating point numberObjectPtr- pointer to a game object (actually an integer)proc- procedure name (used in register_hook_proc)string- string (text) valuevoid- means opcode does not return any value