Mario Kart 64
|
#include <Ship.h>
Public Types | |
enum | Skin { GHOSTSHIP , SHIP2 , SHIP3 } |
Public Member Functions | |
AShip (FVector pos, AShip::Skin) | |
virtual | ~AShip ()=default |
virtual void | Tick () override |
virtual bool | IsMod () override |
![]() | |
virtual | ~AActor ()=default |
AActor () | |
virtual void | Draw (Camera *) |
virtual void | Collision (Player *player, AActor *actor) |
virtual void | VehicleCollision (s32 playerId, Player *player) |
void | SetLocation (FVector pos) |
FVector | GetLocation () const |
virtual void | Destroy () |
Data Fields | |
FVector | Spawn |
![]() | |
s16 | Type = 0 |
s16 | Flags |
s16 | Unk_04 |
s16 | State |
f32 | Unk_08 |
f32 | BoundingBoxSize |
Vec3s | Rot = {0, 0, 0} |
s16 | Unk_16 |
Vec3f | Pos |
Vec3f | Velocity = {0, 0, 0} |
Collision | Unk30 |
uint8_t | uuid [16] |
const char * | Name = "" |
FVector | Scale = {1, 1, 1} |
Gfx * | Model = NULL |
Private Attributes | |
Gfx * | _skin |
IRotator Rot = {0, 0, 0};. | |
enum AShip::Skin |
|
explicit |
|
virtualdefault |
|
overridevirtual |
Reimplemented from AActor.
|
overridevirtual |
Reimplemented from AActor.
|
private |
IRotator Rot = {0, 0, 0};.
FVector AShip::Spawn |