ADTF
|
Definition of handler method. More...
Static Public Member Functions | |
static tChangeMethod | GetMethod () |
returns the method to call on level change More... | |
Static Public Attributes | |
static const LevelType | eLevel = level |
level of the handler which is entered | |
static const tDirection | eDirection = direction |
entering direction for the eLevel of the handler | |
Definition of handler method.
level | Level Type of reaching Level |
direction | direction of entering the level |
method | method to call if level is entered |
Definition at line 55 of file level_machine.h.
|
inlinestatic |
returns the method to call on level change
Definition at line 64 of file level_machine.h.