Mario Kart 64
Loading...
Searching...
No Matches
AStarship Class Reference

#include <Starship.h>

Inheritance diagram for AStarship:
[legend]
Collaboration diagram for AStarship:
[legend]

Public Member Functions

 AStarship (FVector pos)
 
virtual ~AStarship ()=default
 
virtual void Tick () override
 
virtual bool IsMod () override
 
- Public Member Functions inherited from AActor
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
 
- Data Fields inherited from AActor
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
 

Constructor & Destructor Documentation

◆ AStarship()

AStarship::AStarship ( FVector pos)
explicit
Here is the call graph for this function:

◆ ~AStarship()

virtual AStarship::~AStarship ( )
virtualdefault

Member Function Documentation

◆ IsMod()

bool AStarship::IsMod ( )
overridevirtual

Reimplemented from AActor.

◆ Tick()

void AStarship::Tick ( )
overridevirtual

Reimplemented from AActor.

Here is the call graph for this function:

Field Documentation

◆ Spawn

FVector AStarship::Spawn

The documentation for this class was generated from the following files: