inline void SetVerboseAction(bool verboseAction);
SetVerboseAction enables verbose output to log error messages when executing ActionScript. This is not available if GFx is compiled with the GFX_AS2_VERBOSE/GFX_AS3_VERBOSE options not defined for ActionScript 2 and 3, respectively.
Parameters |
Description |
bool verboseAction |
Boolean value of true to enable verbose output and value of false to disable verbose output to log messages. |