C# Class ntrclient.Prog.CS.Heartbeat

Datei anzeigen Open project: imthe666st/NTRClient Class Usage Examples

Public Properties

Property Type Description
Enabled bool
GsCode ntrclient.Extra.Gateshark
ShouldStop bool

Public Methods

Method Description
Beat ( ) : void
RequestStop ( ) : void
SetCode ( Gateshark s ) : void
SetCode ( string s ) : void
Toggle ( ) : bool

Method Details

Beat() public method

public Beat ( ) : void
return void

RequestStop() public method

public RequestStop ( ) : void
return void

SetCode() public method

public SetCode ( Gateshark s ) : void
s ntrclient.Extra.Gateshark
return void

SetCode() public method

public SetCode ( string s ) : void
s string
return void

Toggle() public method

public Toggle ( ) : bool
return bool

Property Details

Enabled public_oe property

public bool Enabled
return bool

GsCode public_oe property

public Gateshark,ntrclient.Extra GsCode
return ntrclient.Extra.Gateshark

ShouldStop public_oe property

public bool ShouldStop
return bool