#include <ObjectItemboxPress.hh>
Responsible for stomper state management.
Actually inherits from ObjectItembox, but we don't need to implement.
Definition at line 11 of file ObjectItemboxPress.hh.
Public Member Functions | |
ObjectItemboxPress (const System::MapdataGeoObj ¶ms) | |
void | init () override |
void | calc () override |
ObjectId | id () const override |
u32 | loadFlags () const override |
const char * | getResources () const override |
const char * | getKclName () const override |
void | startPress () |
Used by ObjectItemboxLine to activate the stomper. | |
void | setState (u32 state) |
void | setSenko (ObjectPressSenko *senko) |
![]() | |
ObjectCollidable (const System::MapdataGeoObj ¶ms) | |
ObjectCollidable (const char *name, const EGG::Vector3f &pos, const EGG::Vector3f &rot, const EGG::Vector3f &scale) | |
void | load () override |
void | calcCollisionTransform () override |
f32 | getCollisionRadius () const override |
Finds the radius that fits fully in a BoxColUnit. | |
virtual void | loadAABB (f32 maxSpeed) |
virtual void | loadAABB (f32 radius, f32 maxSpeed) |
virtual void | processKartReactions (Kart::KartObject *kartObj, Kart::Reaction &reactionOnKart, Kart::Reaction &reactionOnObj) |
virtual Kart::Reaction | onCollision (Kart::KartObject *, Kart::Reaction reactionOnKart, Kart::Reaction, EGG::Vector3f &) |
virtual void | onWallCollision (Kart::KartObject *, const EGG::Vector3f &) |
virtual void | onObjectCollision (Kart::KartObject *) |
virtual bool | checkCollision (ObjectCollisionBase *lhs, EGG::Vector3f &dist) |
virtual const EGG::Vector3f & | getCollisionTranslation () const |
virtual ObjectCollisionBase * | collision () const |
![]() | |
ObjectBase (const System::MapdataGeoObj ¶ms) | |
ObjectBase (const char *name, const EGG::Vector3f &pos, const EGG::Vector3f &rot, const EGG::Vector3f &scale) | |
virtual void | calcModel () |
virtual void | loadGraphics () |
virtual void | loadAnims () |
virtual void | loadRail () |
virtual const char * | getName () const |
virtual const EGG::Vector3f & | getPosition () const |
const EGG::Vector3f & | pos () const |
void | setPos (const EGG::Vector3f &pos) |
Private Member Functions | |
void | calcPosition () |
Private Attributes | |
u32 | m_state |
ObjectPressSenko * | m_senko |
Additional Inherited Members | |
![]() | |
enum class | eFlags { Position = 0 , Rotation = 1 , Matrix = 2 , Scale = 3 } |
typedef EGG::TBitFlag< u16, eFlags > | Flags |
![]() | |
void | createCollision () override |
virtual const EGG::Vector3f & | collisionCenter () const |
void | registerManagedObject () |
![]() | |
void | calcTransform () |
void | linkAnims (const std::span< const char * > &names, const std::span< Render::AnmType > types) |
void | setMatrixTangentTo (const EGG::Vector3f &up, const EGG::Vector3f &tangent) |
![]() | |
static EGG::Vector3f | RotateAxisAngle (f32 angle, const EGG::Vector3f &axis, const EGG::Vector3f &v1) |
static void | SetRotTangentHorizontal (EGG::Matrix34f &mat, const EGG::Vector3f &up, const EGG::Vector3f &tangent) |
static EGG::Matrix34f | OrthonormalBasis (const EGG::Vector3f &v) |
static EGG::Vector3f | Interpolate (f32 t, const EGG::Vector3f &v0, const EGG::Vector3f &v1) |
![]() | |
ObjectCollisionBase * | m_collision |
![]() | |
Render::DrawMdl * | m_drawMdl |
Abstract::g3d::ResFile * | m_resFile |
ObjectId | m_id |
RailInterpolator * | m_railInterpolator |
BoxColUnit * | m_boxColUnit |
Flags | m_flags |
EGG::Vector3f | m_pos |
EGG::Vector3f | m_rot |
EGG::Vector3f | m_scale |
EGG::Matrix34f | m_transform |
const System::MapdataGeoObj * | m_mapObj |
|
0x8076D9E4 |
Definition at line 8 of file ObjectItemboxPress.cc.
|
overridevirtual0x8076DAF4 |
Reimplemented from Field::ObjectBase.
Definition at line 15 of file ObjectItemboxPress.cc.
|
private0x8076DF44 |
Definition at line 34 of file ObjectItemboxPress.cc.
|
inlinenodiscardoverridevirtual0x8076E9D8 |
Reimplemented from Field::ObjectBase.
Definition at line 39 of file ObjectItemboxPress.hh.
|
inlinenodiscardoverridevirtual0x8076E9CC |
Reimplemented from Field::ObjectBase.
Definition at line 34 of file ObjectItemboxPress.hh.
|
inlinenodiscardoverridevirtual0x8076E9E4 |
Reimplemented from Field::ObjectBase.
Definition at line 24 of file ObjectItemboxPress.hh.
|
inlineoverridevirtual0x8076DA88 |
Reimplemented from Field::ObjectBase.
Definition at line 17 of file ObjectItemboxPress.hh.
|
inlinenodiscardoverridevirtual0x8076E9C4 |
Reimplemented from Field::ObjectBase.
Definition at line 29 of file ObjectItemboxPress.hh.
|
inline |
Definition at line 49 of file ObjectItemboxPress.hh.
|
inline |
Definition at line 45 of file ObjectItemboxPress.hh.
void Field::ObjectItemboxPress::startPress | ( | ) |
Used by ObjectItemboxLine to activate the stomper.
Definition at line 27 of file ObjectItemboxPress.cc.
|
private |
Definition at line 57 of file ObjectItemboxPress.hh.
|
private |
Definition at line 56 of file ObjectItemboxPress.hh.