C# Class FrameTrapped.Input.Utilities.SF4Memory

This class reads data from the memory of a running sf4 instance.
Afficher le fichier Open project: jhogoforbroke/Frame-Trapped Class Usage Examples

Méthodes publiques

Méthode Description
GetFrameCount ( ) : int
GetP1Health ( ) : int
GetP1PosX ( ) : float
GetP2Health ( ) : int
GetP2PosX ( ) : float
SF4Memory ( bool steamVersion ) : System
SetSteamVersion ( bool steamVersion ) : void

Private Methods

Méthode Description
readFloatFromGameMemory ( int address, int offsets ) : float
readIntFromGameMemory ( int address, int offsets ) : int

Method Details

GetFrameCount() public méthode

public GetFrameCount ( ) : int
Résultat int

GetP1Health() public méthode

public GetP1Health ( ) : int
Résultat int

GetP1PosX() public méthode

public GetP1PosX ( ) : float
Résultat float

GetP2Health() public méthode

public GetP2Health ( ) : int
Résultat int

GetP2PosX() public méthode

public GetP2PosX ( ) : float
Résultat float

SF4Memory() public méthode

public SF4Memory ( bool steamVersion ) : System
steamVersion bool
Résultat System

SetSteamVersion() public méthode

public SetSteamVersion ( bool steamVersion ) : void
steamVersion bool
Résultat void