Definition at line 11 of file MapdataCannonPoint.hh.
Classes | |
| struct | SData |
Public Member Functions | |
| MapdataCannonPoint (const SData *data) | |
| void | read (EGG::Stream &stream) |
Getters | |
| const EGG::Vector3f & | pos () const |
| const EGG::Vector3f & | rot () const |
| u16 | id () const |
| s16 | parameterIdx () const |
Private Attributes | |
| const SData * | m_rawData |
| EGG::Vector3f | m_pos |
| EGG::Vector3f | m_rot |
| u16 | m_id |
| s16 | m_parameterIdx |
| Kinoko::System::MapdataCannonPoint::MapdataCannonPoint | ( | const SData * | data | ) |
Definition at line 7 of file MapdataCannonPoint.cc.
|
inline |
Definition at line 32 of file MapdataCannonPoint.hh.
|
inline |
Definition at line 36 of file MapdataCannonPoint.hh.
|
inline |
Definition at line 24 of file MapdataCannonPoint.hh.
| void Kinoko::System::MapdataCannonPoint::read | ( | EGG::Stream & | stream | ) |
Definition at line 12 of file MapdataCannonPoint.cc.
|
inline |
Definition at line 28 of file MapdataCannonPoint.hh.
|
private |
Definition at line 45 of file MapdataCannonPoint.hh.
|
private |
Index into the table of cannon properties. Used to determine speed, height, and decel
Definition at line 46 of file MapdataCannonPoint.hh.
|
private |
Definition at line 43 of file MapdataCannonPoint.hh.
|
private |
Definition at line 42 of file MapdataCannonPoint.hh.
|
private |
Definition at line 44 of file MapdataCannonPoint.hh.