|
arsa
2.7
|
Go to the source code of this file.
Classes | |
| struct | BBoxInfo |
| struct | COLLISION |
| struct | MotionInfo |
| class | CDXMotion |
Macros | |
| #define | BBOX_MAX 2 |
| #define | CONTEXT 0 |
| #define | ATTACK 1 |
Typedefs | |
| typedef void | CB_CDXMOTION_CHANGED_FRAME(CDXMotion *motion, int old_frame, int current_frame) |
| typedef struct COLLISION * | PCOLLISION |
Functions | |
| ARSA_API void ARSACALLCONV | CDXMOTION_SET_CHANGE_FRAME (CB_CDXMOTION_CHANGED_FRAME *func) |
| call in update when readevent = true More... | |
| #define ATTACK 1 |
Definition at line 43 of file cdxmotion.h.
| #define BBOX_MAX 2 |
BBOX max 0 = Context bounding box 1 = Attack bounding box
Definition at line 41 of file cdxmotion.h.
| #define CONTEXT 0 |
Definition at line 42 of file cdxmotion.h.
call when frame changed and readevent = true for call trigger
Definition at line 29 of file cdxmotion.h.
| typedef struct COLLISION* PCOLLISION |
Definition at line 98 of file cdxmotion.h.
| ARSA_API void ARSACALLCONV CDXMOTION_SET_CHANGE_FRAME | ( | CB_CDXMOTION_CHANGED_FRAME * | func | ) |
call in update when readevent = true
1.8.15