A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
System::MapdataCheckPoint::SData Struct Reference

Description

Definition at line 21 of file MapdataCheckPoint.hh.

Public Attributes

EGG::Vector2f left
 
EGG::Vector2f right
 
s8 jugemIndex
 
s8 checkArea
 
u8 prevPt
 
u8 nextPt
 

Member Data Documentation

◆ checkArea

s8 System::MapdataCheckPoint::SData::checkArea

Definition at line 25 of file MapdataCheckPoint.hh.

◆ jugemIndex

s8 System::MapdataCheckPoint::SData::jugemIndex

Definition at line 24 of file MapdataCheckPoint.hh.

◆ left

EGG::Vector2f System::MapdataCheckPoint::SData::left

Definition at line 22 of file MapdataCheckPoint.hh.

◆ nextPt

u8 System::MapdataCheckPoint::SData::nextPt

Definition at line 27 of file MapdataCheckPoint.hh.

◆ prevPt

u8 System::MapdataCheckPoint::SData::prevPt

Definition at line 26 of file MapdataCheckPoint.hh.

◆ right

EGG::Vector2f System::MapdataCheckPoint::SData::right

Definition at line 23 of file MapdataCheckPoint.hh.