The BlastEngineData type exposes the following members.
Name | Description | |
---|---|---|
constants | constant values selected by opcodes and shared among threads - these are set by the constant value operations and they can be replaced with other values... if you are mad | |
FunctionCount | number of function pointers in the fp array. function id's dont match indices..... - TODO this means each function call needs a lookup... | |
FunctionPointers | function pointer data | |
Functions | external function info array. these provide api access to the script | |
random | base random number generator, all random actions have their origin in this random number generator |