|
SpaghettiKart
|
#include <HotAirBalloon.h>
Public Member Functions | |
| OHotAirBalloon (const SpawnParams ¶ms) | |
| virtual void | Tick () override |
| virtual void | Draw (s32 cameraId) override |
| virtual void | SetSpawnParams (SpawnParams ¶ms) override |
| void | func_80055CCC (s32 objectIndex, s32 cameraId) |
| void | init_hot_air_balloon (s32 objectIndex) |
| void | func_80085534 (s32 objectIndex) |
| void | func_80085768 (s32 objectIndex) |
Public Member Functions inherited from OObject | |
| virtual | ~OObject ()=default |
| OObject () | |
| OObject (SpawnParams params) | |
| virtual void | Tick60fps () |
| virtual void | Expire () |
| virtual void | Destroy () |
| virtual void | Reset () |
| FVector | GetLocation () const |
| IRotator | GetRotation () const |
| FVector | GetScale () const |
| virtual void | Translate (FVector pos) |
| void | Rotate (IRotator rot) |
| void | SetScale (FVector scale) |
| virtual void | DrawEditorProperties () |
Static Public Member Functions | |
| static OHotAirBalloon * | Spawn (FVector pos) |
Private Attributes | |
| FVector | Pos |
| bool * | _visible |
Additional Inherited Members | |
Data Fields inherited from OObject | |
| uint8_t | uuid [16] |
| Object | o |
| const char * | Name = "" |
| const char * | ResourceName = "" |
| bool | bPendingDestroy = false |
| s32 | _objectIndex = -1 |
| const char * | Model = "" |
| FVector | SpawnPos = {0.0f, 0.0f, 0.0f} |
| IRotator | SpawnRot = {0, 0, 0} |
| FVector | SpawnScale = {1.0f, 1.0f, 1.0f} |
| float | Speed = 0.0f |
| std::vector< Triangle > | Triangles |
|
explicit |
|
overridevirtual |
| void OHotAirBalloon::func_80055CCC | ( | s32 | objectIndex, |
| s32 | cameraId ) |
| void OHotAirBalloon::func_80085534 | ( | s32 | objectIndex | ) |
| void OHotAirBalloon::func_80085768 | ( | s32 | objectIndex | ) |
| void OHotAirBalloon::init_hot_air_balloon | ( | s32 | objectIndex | ) |
|
overridevirtual |
|
inlinestatic |
|
overridevirtual |
|
private |
|
private |