Scaleform::GFx::State Scaleform::GFx::ActionControl
class ActionControl : public State;
ActionControl controls the verbosity of output generated during ActionScript execution; settings maintained by this class can be modified for debugging purposes. By default ActionScript outputs execution errors into the log but does not log all of the executed opcodes. This behavior can be modified by calling SetActionFlags or other members of this class.
// This will disable ActionScript debug error messages normally generated by GFx. Ptr<ActionControl> pactionControl = *new GFx::ActionControl(); pactionControl->SetActionErrorSuppress(true); pMovie->SetActionControl(pactionControl);
Enumeration |
Description |
ActionScript execution control flags. |
Method |
Description |
Retrieves the ActionScript execution control flags. | |
Enables verbose output to log when executing ActionScript. | |
Sets the Action Flags. | |
Enables/disables the log for generating ActionScript debug error messages. | |
Turns on/off printing of filenames for root movie with ActionScript messages. | |
Turns on/off printing of full path name for movie with ActionScript messages. | |
Turns on/off printing of filenames for children movies with ActionScript messages. | |
Turns on/off printing of filenames for all movies (root and children ones) with ActionScript messages. |
GFx_Loader.h