![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
Implements actions that relate to scripts. More...
#include <CzActionsScript.h>
Public Types | |
enum | eActionType { Action_CallScript = 0, Action_Inline = 1, Action_CallGlobalScript = 2, Action_Max = 3 } |
Public Member Functions | |
CzXomlActions_Script (eActionType type) | |
void | Execute (IzXomlResource *source, CzAction *action) |
The main actions executor for script related actions. All script specific actions such as CallScript are implemented by this method. | |
Protected Member Functions | |
CzXomlActions_Script () | |
Protected Attributes | |
eActionType | Type |
Implements actions that relate to scripts.
The CzXomlActions_Script class holds Actions (IzXomlAction) that deal with scripts such as CallScript
The following actions are supported:
The above actions have the following XOML prototypes:
For more information on scripting see CzScript and IzScriptEngine
CzXomlActions_Script::CzXomlActions_Script | ( | ) | [inline, protected] |
CzXomlActions_Script::CzXomlActions_Script | ( | eActionType | type | ) | [inline] |
void CzXomlActions_Script::Execute | ( | IzXomlResource * | source, |
CzAction * | action | ||
) | [virtual] |
The main actions executor for script related actions. All script specific actions such as CallScript are implemented by this method.
[in] | source | - The source of the action |
[in] | action | - The action to execute |
Implements IzXomlAction.
eActionType CzXomlActions_Script::Type [protected] |