C# Class SF4ComboTrainerModel.SF4Memory

Mostra file Open project: Necrophagos/SF4ComboTrainer Class Usage Examples

Public Methods

Method Description
GetFrameCount ( ) : int
GetP1PosX ( ) : float
GetP2PosX ( ) : float
SF4Memory ( bool steamVersion ) : System
SetSteamVersion ( bool steamVersion ) : void

Private Methods

Method Description
readFloatFromGameMemory ( int address, int offsets ) : float
readIntFromGameMemory ( int address, int offsets ) : int

Method Details

GetFrameCount() public method

public GetFrameCount ( ) : int
return int

GetP1PosX() public method

public GetP1PosX ( ) : float
return float

GetP2PosX() public method

public GetP2PosX ( ) : float
return float

SF4Memory() public method

public SF4Memory ( bool steamVersion ) : System
steamVersion bool
return System

SetSteamVersion() public method

public SetSteamVersion ( bool steamVersion ) : void
steamVersion bool
return void