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

#include <KPadController.hh>

Description

Represents a stream of button inputs from a ghost file.

Definition at line 103 of file KPadController.hh.

Inheritance diagram for System::KPadGhostButtonsStream:

Public Member Functions

virtual u8 readFrame ()
 Reads the data from the corresponding tuple in the buffer.
 
virtual bool readIsNewSequence () const
 
virtual u8 readVal () const
 

Public Attributes

EGG::RamStream buffer
 
u32 currentSequence
 
u16 readSequenceFrames
 
u32 state
 

Constructor & Destructor Documentation

◆ KPadGhostButtonsStream()

System::KPadGhostButtonsStream::KPadGhostButtonsStream ( )

Definition at line 163 of file KPadController.cc.

Member Function Documentation

◆ readFrame()

u8 System::KPadGhostButtonsStream::readFrame ( )
nodiscardvirtual0x80520D4C0x80522C5C0x80522F40

Reads the data from the corresponding tuple in the buffer.

Definition at line 170 of file KPadController.cc.

◆ readIsNewSequence()

virtual bool System::KPadGhostButtonsStream::readIsNewSequence ( ) const
inlinenodiscardvirtual0x8052502C0x80524FC4

Definition at line 110 of file KPadController.hh.

◆ readVal()

virtual u8 System::KPadGhostButtonsStream::readVal ( ) const
inlinenodiscardvirtual0x805250240x80524FBC

Definition at line 115 of file KPadController.hh.

Member Data Documentation

◆ buffer

EGG::RamStream System::KPadGhostButtonsStream::buffer

Definition at line 119 of file KPadController.hh.

◆ currentSequence

u32 System::KPadGhostButtonsStream::currentSequence

Definition at line 120 of file KPadController.hh.

◆ readSequenceFrames

u16 System::KPadGhostButtonsStream::readSequenceFrames

Definition at line 121 of file KPadController.hh.

◆ state

u32 System::KPadGhostButtonsStream::state

Definition at line 122 of file KPadController.hh.