Kinoko
A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
ObjectDossunTsuibi.hh
1
#include "game/field/obj/ObjectDossun.hh"
2
3
namespace
Field
{
4
5
class
ObjectDossunTsuibiHolder;
6
8
class
ObjectDossunTsuibi
final :
public
ObjectDossun
{
9
friend
ObjectDossunTsuibiHolder
;
10
11
public
:
13
ObjectDossunTsuibi
(
const
System::MapdataGeoObj
¶ms,
ObjectDossunTsuibiHolder
*holder)
14
:
ObjectDossun
(params), m_holder(holder) {}
15
17
~ObjectDossunTsuibi
()
override
=
default
;
18
20
void
calc()
override
{
21
m_touchingGround =
false
;
22
}
23
25
void
startStill()
override
{
26
ObjectDossun::startStill();
27
m_holder->startStill();
28
}
29
30
private
:
31
ObjectDossunTsuibiHolder
*m_holder;
32
};
33
34
}
// namespace Field
Field::ObjectDossunTsuibiHolder
The manager class for the pair of Thwomps in the long hallway on rBC.
Definition
ObjectDossunTsuibiHolder.hh:12
Field::ObjectDossunTsuibi
Represents one of the two thwomps that oscillate and stomp in the long rBC hallway.
Definition
ObjectDossunTsuibi.hh:8
Field::ObjectDossun
Base class for the various different Thwomp types in the game.
Definition
ObjectDossun.hh:11
System::MapdataGeoObj
Definition
MapdataGeoObj.hh:9
Field
Pertains to collision.
Definition
BoxColManager.cc:8
game
field
obj
ObjectDossunTsuibi.hh
Made by
Malleo
. Logo by
vabold
. Website generated by
Doxygen
1.12.0