Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Kodu::KoduAction Class ReferenceKodu Action (derived from Kodu Behavior). More...
Inheritance diagram for Kodu::KoduAction:
Detailed DescriptionKodu Action (derived from Kodu Behavior). Definition at line 18 of file KoduAction.h.
Member Enumeration DocumentationThe different action types.
Definition at line 21 of file KoduAction.h. Constructor & Destructor Documentation
Constructor. Definition at line 34 of file KoduAction.h.
Copy constructor. Definition at line 39 of file KoduAction.h.
Destructor. Definition at line 44 of file KoduAction.h. Member Function Documentation
Returns whether or not the action can ran. Definition at line 59 of file KoduAction.h.
Returns the action type. Definition at line 79 of file KoduAction.h. Referenced by Kodu::Parser::KodeCreator::createKode(), and KoduInterpreter::KoduConditionEvaluator::doStart().
Checks if the once modifier is enabled. Definition at line 64 of file KoduAction.h. Referenced by KoduInterpreter::KoduConditionEvaluator::doStart().
Assignment operator. Definition at line 48 of file KoduAction.h.
Prints the attributes for a particular behavior. Reimplemented from Kodu::KoduPrimitive. Reimplemented in Kodu::KoduActionDoNothing, Kodu::KoduActionDrop, Kodu::KoduActionGive, Kodu::KoduActionGrab, Kodu::KoduActionPageSwitch, Kodu::KoduActionPlay, Kodu::KoduActionSay, and Kodu::KoduActionScore. Definition at line 82 of file KoduAction.h.
Used to reinitialize certain variables (e.g. when switching to another page). Reimplemented from Kodu::KoduPrimitive. Reimplemented in Kodu::KoduActionDoNothing, Kodu::KoduActionDrop, Kodu::KoduActionGive, Kodu::KoduActionGrab, Kodu::KoduActionMotion, Kodu::KoduActionPageSwitch, Kodu::KoduActionPlay, Kodu::KoduActionSay, and Kodu::KoduActionScore. Definition at line 69 of file KoduAction.h. Referenced by Kodu::KoduRule::reinitializePrimitives().
Definition at line 87 of file KoduAction.h. Referenced by KoduInterpreter::KoduConditionEvaluator::doStart(). Member Data Documentation
states the action type Definition at line 92 of file KoduAction.h. Referenced by getActionType(), and operator=().
states if the once modifier is enabled (depends on action type too) Definition at line 93 of file KoduAction.h. Referenced by onceModIsEnabled(), operator=(), and printAttrs().
Definition at line 94 of file KoduAction.h. Referenced by operator=(), and setKoduState(). The documentation for this class was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |