|
Mario Kart 64
|
#include <Seagull.h>
Public Member Functions | |
| OSeagull (const SpawnParams ¶ms) | |
| ~OSeagull () | |
| virtual void | Tick () override |
| virtual void | Draw (s32 cameraId) override |
| void | func_800552BC (s32 objectIndex) |
| void | func_8008275C (s32 objectIndex) |
| void | func_8008241C (s32 objectIndex, s32 arg1) |
| void | func_80082714 (s32 objectIndex, s32 arg1) |
Public Member Functions inherited from OObject | |
| virtual | ~OObject ()=default |
| OObject () | |
| OObject (SpawnParams params) | |
| virtual void | SetSpawnParams (SpawnParams ¶ms) |
| 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 size_t | GetCount () |
| static OSeagull * | Spawn (const FVector &pos) |
Private Attributes | |
| s32 | _idx |
| bool | _toggle |
| SplineData * | spline |
Static Private Attributes | |
| static size_t | _count = 0 |
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 |
|
inline |
|
overridevirtual |
| void OSeagull::func_800552BC | ( | s32 | objectIndex | ) |
| void OSeagull::func_8008241C | ( | s32 | objectIndex, |
| s32 | arg1 ) |
| void OSeagull::func_80082714 | ( | s32 | objectIndex, |
| s32 | arg1 ) |
| void OSeagull::func_8008275C | ( | s32 | objectIndex | ) |
|
inlinestatic |
|
overridevirtual |
|
staticprivate |
|
private |
|
private |
|
private |