SpaghettiKart
Loading...
Searching...
No Matches
ASpaghettiShip Class Reference

#include <SpaghettiShip.h>

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

Public Member Functions

 ASpaghettiShip (const SpawnParams &params)
 
virtual ~ASpaghettiShip ()=default
 
virtual void Tick () override
 
virtual void Draw (Camera *) override
 
virtual bool IsMod () override
 
- Public Member Functions inherited from AActor
virtual ~AActor ()=default
 
 AActor ()
 
 AActor (SpawnParams params)
 
virtual void SetSpawnParams (SpawnParams &params)
 
virtual void BeginPlay ()
 
virtual void Collision (Player *player, AActor *actor)
 
virtual void VehicleCollision (s32 playerId, Player *player)
 
void SetLocation (FVector pos)
 
virtual void Destroy ()
 
FVector GetLocation () const
 
IRotator GetRotation () const
 
FVector GetScale () const
 
void Translate (FVector pos)
 
void Rotate (IRotator rot)
 
void SetScale (FVector scale)
 
virtual void DrawEditorProperties ()
 

Static Public Member Functions

static ASpaghettiShipSpawn (FVector pos, IRotator rot, FVector scale)
 

Data Fields

IRotator WheelRot = {0, 0, 0}
 
- 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
 
const char * Model = ""
 
uint8_t uuid [16]
 
const char * Name = ""
 
const char * ResourceName = ""
 
FVector SpawnPos = {0.0f, 0.0f, 0.0f}
 
IRotator SpawnRot = {0, 0, 0}
 
FVector SpawnScale = {1.0f, 1.0f, 1.0f}
 
FVector Scale = {1, 1, 1}
 
float Speed = 0.0f
 
std::vector< TriangleTriangles
 
bool bPendingDestroy = false
 

Constructor & Destructor Documentation

◆ ASpaghettiShip()

ASpaghettiShip::ASpaghettiShip ( const SpawnParams & params)
explicit
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~ASpaghettiShip()

virtual ASpaghettiShip::~ASpaghettiShip ( )
virtualdefault

Member Function Documentation

◆ Draw()

void ASpaghettiShip::Draw ( Camera * camera)
overridevirtual

Reimplemented from AActor.

Here is the call graph for this function:

◆ IsMod()

bool ASpaghettiShip::IsMod ( )
overridevirtual

Reimplemented from AActor.

◆ Spawn()

static ASpaghettiShip * ASpaghettiShip::Spawn ( FVector pos,
IRotator rot,
FVector scale )
inlinestatic
Here is the call graph for this function:

◆ Tick()

void ASpaghettiShip::Tick ( )
overridevirtual

Reimplemented from AActor.

Here is the call graph for this function:

Field Documentation

◆ WheelRot

IRotator ASpaghettiShip::WheelRot = {0, 0, 0}

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