inline void SetActionErrorSuppress(bool suppressErrors);
SetActionErrorSuppress enables/disables the log for generating ActionScript debug error messages. GFx by default is designed to display all runtime errors and you can disable showing these error messages by calling SetActionErrorSuppress with the parameter suppressErrors set to true.
Parameters |
Description |
bool suppressErrors |
A Boolean value of true/false for disabling/enabling the log. |