C# Class TPInputLibrary.SF4InputState

Show file Open project: Necrophagos/SF4ComboTrainer Class Usage Examples

Public Properties

Property Type Description
Back bool
Backward bool
Down bool
Forward bool
HardKick bool
HardPunch bool
Left bool
LightKick bool
LightPunch bool
MediumKick bool
MediumPunch bool
Right bool
Start bool
Up bool

Public Methods

Method Description
Equals ( SF4InputState other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToInputsArray ( ) : Input[]
operator ( ) : bool

Method Details

Equals() public method

public Equals ( SF4InputState other ) : bool
other SF4InputState
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToInputsArray() public method

public ToInputsArray ( ) : Input[]
return Input[]

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Back public property

public bool Back
return bool

Backward public property

public bool Backward
return bool

Down public property

public bool Down
return bool

Forward public property

public bool Forward
return bool

HardKick public property

public bool HardKick
return bool

HardPunch public property

public bool HardPunch
return bool

Left public property

public bool Left
return bool

LightKick public property

public bool LightKick
return bool

LightPunch public property

public bool LightPunch
return bool

MediumKick public property

public bool MediumKick
return bool

MediumPunch public property

public bool MediumPunch
return bool

Right public property

public bool Right
return bool

Start public property

public bool Start
return bool

Up public property

public bool Up
return bool