C# Class FrameTrapped.Input.Utilities.SF4Memory

This class reads data from the memory of a running sf4 instance.
ファイルを表示 Open project: jhogoforbroke/Frame-Trapped Class Usage Examples

Public Methods

Method Description
GetFrameCount ( ) : int
GetP1Health ( ) : int
GetP1PosX ( ) : float
GetP2Health ( ) : int
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

GetP1Health() public method

public GetP1Health ( ) : int
return int

GetP1PosX() public method

public GetP1PosX ( ) : float
return float

GetP2Health() public method

public GetP2Health ( ) : int
return int

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