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

Description

Definition at line 50 of file MapdataPointInfo.hh.

Inheritance diagram for System::MapdataPointInfoAccessor:

Public Member Functions

 MapdataPointInfoAccessor (const MapSectionHeader *header)
 
void init (const MapdataPointInfo::SData *start, u16 count)
 
- Public Member Functions inherited from System::MapdataAccessorBase< MapdataPointInfo, MapdataPointInfo::SData >
 MapdataAccessorBase (const MapSectionHeader *header)
 
 MapdataAccessorBase (const MapdataAccessorBase &)=delete
 
 MapdataAccessorBase (MapdataAccessorBase &&)=delete
 
MapdataPointInfoget (u16 i) const
 
MapdataPointInfo::SDatagetData (u16 i) const
 
u16 size () const
 
void init (const MapdataPointInfo::SData *start, u16 count)
 

Additional Inherited Members

- Protected Attributes inherited from System::MapdataAccessorBase< MapdataPointInfo, MapdataPointInfo::SData >
MapdataPointInfo ** m_entries
 
u16 m_entryCount
 
const MapSectionHeaderm_sectionHeader
 

Constructor & Destructor Documentation

◆ MapdataPointInfoAccessor()

System::MapdataPointInfoAccessor::MapdataPointInfoAccessor ( const MapSectionHeader * header)
0x80515D3C

Definition at line 39 of file MapdataPointInfo.cc.

Member Function Documentation

◆ init()

void System::MapdataPointInfoAccessor::init ( const MapdataPointInfo::SData * start,
u16 count )

Definition at line 47 of file MapdataPointInfo.cc.