arsa  2.7
Public Member Functions | Public Attributes | List of all members
COLLISION Struct Reference

#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
 
voidSWO
 static world object More...
 
voidActorInfo
 game actor info More...
 
voidMotion
 motion hitter use for ActorM collision update -> CUpdate() More...
 
int Time
 time to attack frame More...
 

Detailed Description

Definition at line 66 of file cdxmotion.h.

Constructor & Destructor Documentation

◆ COLLISION()

COLLISION::COLLISION ( )
inline

Definition at line 68 of file cdxmotion.h.

69  {
70  SLeft = true;
71  STop = true;
72  SRight = true;
73  SBottom = true;
74  SWO = 0;
75  ActorInfo = 0;
76  Motion = 0;
77  Time = 0;
78  }
void * ActorInfo
game actor info
Definition: cdxmotion.h:91
void * SWO
static world object
Definition: cdxmotion.h:89
bool STop
Definition: cdxmotion.h:84
void * Motion
motion hitter use for ActorM collision update -> CUpdate()
Definition: cdxmotion.h:93
bool SLeft
side hit
Definition: cdxmotion.h:84
bool SRight
Definition: cdxmotion.h:84
bool SBottom
Definition: cdxmotion.h:84
int Time
time to attack frame
Definition: cdxmotion.h:95

Member Data Documentation

◆ ActorInfo

void* COLLISION::ActorInfo

game actor info

Definition at line 91 of file cdxmotion.h.

◆ HiterData

BBoxInfo COLLISION::HiterData

Definition at line 81 of file cdxmotion.h.

◆ HitPoint

POINT COLLISION::HitPoint

Definition at line 80 of file cdxmotion.h.

◆ HittyData

BBoxInfo COLLISION::HittyData

Definition at line 82 of file cdxmotion.h.

◆ Motion

void* COLLISION::Motion

motion hitter use for ActorM collision update -> CUpdate()

Definition at line 93 of file cdxmotion.h.

◆ SBottom

bool COLLISION::SBottom

Definition at line 84 of file cdxmotion.h.

◆ SLeft

bool COLLISION::SLeft

side hit

Definition at line 84 of file cdxmotion.h.

◆ SRight

bool COLLISION::SRight

Definition at line 84 of file cdxmotion.h.

◆ STop

bool COLLISION::STop

Definition at line 84 of file cdxmotion.h.

◆ SWO

void* COLLISION::SWO

static world object

Definition at line 89 of file cdxmotion.h.

◆ Time

int COLLISION::Time

time to attack frame

Definition at line 95 of file cdxmotion.h.


The documentation for this struct was generated from the following file: