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 are timer related. More...
#include <CzActionsTimer.h>
Public Types | |
enum | eActionType { Action_ChangeTimer = 0, Action_Max = 1 } |
Public Member Functions | |
CzXomlActions_Timer (eActionType type) | |
void | Execute (IzXomlResource *source, CzAction *action) |
The main actions executor for timer related actions. All timer specific actions such as ChangeTimer are implemented by this method. | |
Protected Member Functions | |
CzXomlActions_Timer () | |
Protected Attributes | |
eActionType | Type |
Implements actions that are timer related.
The CzXomlActions_Timer class holds Actions (IzXomlAction) that deal with timer related functionality such as ChangeTimer
The following actions are supported:
The above actions have the following XOML prototypes:
For more information on timers see CzTimer.
CzXomlActions_Timer::CzXomlActions_Timer | ( | ) | [inline, protected] |
CzXomlActions_Timer::CzXomlActions_Timer | ( | eActionType | type | ) | [inline] |
void CzXomlActions_Timer::Execute | ( | IzXomlResource * | source, |
CzAction * | action | ||
) | [virtual] |
The main actions executor for timer related actions. All timer specific actions such as ChangeTimer are implemented by this method.
[in] | source | - The source of the action |
[in] | action | - The action to execute |
Implements IzXomlAction.
eActionType CzXomlActions_Timer::Type [protected] |