back to index

Configuration

Inheritance

Object -> Configuration

Properties

debugLevel - return/set current debug level (0..99)
forceInt - enable/disable the JIT compiler

Methods

    setDebugLevel(int _level) - 0..99
int getDebugLevel()           - return current debugLevel
int setForceInt(int _bool)    - force interpreted execution (i.e. disable JIT compiler)

back to index