|
arsa
2.7
|
#include <cdxmotion.h>
Public Member Functions | |
| COLLISION () | |
Public Attributes | |
| POINT | HitPoint |
| BBoxInfo | HiterData |
| BBoxInfo | HittyData |
| bool | SLeft |
| side hit More... | |
| bool | STop |
| bool | SRight |
| bool | SBottom |
| void * | SWO |
| static world object More... | |
| void * | ActorInfo |
| game actor info More... | |
| void * | Motion |
| motion hitter use for ActorM collision update -> CUpdate() More... | |
| int | Time |
| time to attack frame More... | |
Definition at line 66 of file cdxmotion.h.
|
inline |
Definition at line 68 of file cdxmotion.h.
| void* COLLISION::ActorInfo |
game actor info
Definition at line 91 of file cdxmotion.h.
| BBoxInfo COLLISION::HiterData |
Definition at line 81 of file cdxmotion.h.
| POINT COLLISION::HitPoint |
Definition at line 80 of file cdxmotion.h.
| BBoxInfo COLLISION::HittyData |
Definition at line 82 of file cdxmotion.h.
| void* COLLISION::Motion |
motion hitter use for ActorM collision update -> CUpdate()
Definition at line 93 of file cdxmotion.h.
| bool COLLISION::SBottom |
Definition at line 84 of file cdxmotion.h.
| bool COLLISION::SLeft |
side hit
Definition at line 84 of file cdxmotion.h.
| bool COLLISION::SRight |
Definition at line 84 of file cdxmotion.h.
| bool COLLISION::STop |
Definition at line 84 of file cdxmotion.h.
| void* COLLISION::SWO |
static world object
Definition at line 89 of file cdxmotion.h.
| int COLLISION::Time |
time to attack frame
Definition at line 95 of file cdxmotion.h.
1.8.15