Gorilla.Script.Executor

Unit Gorilla.Script.Executor.pas

Classes

Records

Constants

  • const GORILLA_SCRIPT_MAX_STACKSIZE : Integer = $200;
  • const GORILLA_SCRIPT_MAX_CALLSTACK : Integer = $80;
  • const GORILLA_SCRIPT_MAX_HEAPSIZE : Integer = $2000000;

Mics. types

  • type PGorillaScriptStackValue = pointer to TGorillaScriptStackValue;
  • type PGorillaScriptCall = pointer to TGorillaScriptCall;
  • type PGorillaScriptContext = pointer to TGorillaScriptContext;

TGorillaScriptContext

Fields

Methods

TGorillaScriptExecutor

Executes a specific Gorilla3D script, after it was compiled to a fast bytecode.

Ancestors

Members

Fields

Methods

Properties