C# Class ntrclient.Prog.CS.Heartbeat

Afficher le fichier Open project: imthe666st/NTRClient Class Usage Examples

Méthodes publiques

Свойство Type Description
Enabled bool
GsCode ntrclient.Extra.Gateshark
ShouldStop bool

Méthodes publiques

Méthode Description
Beat ( ) : void
RequestStop ( ) : void
SetCode ( Gateshark s ) : void
SetCode ( string s ) : void
Toggle ( ) : bool

Method Details

Beat() public méthode

public Beat ( ) : void
Résultat void

RequestStop() public méthode

public RequestStop ( ) : void
Résultat void

SetCode() public méthode

public SetCode ( Gateshark s ) : void
s ntrclient.Extra.Gateshark
Résultat void

SetCode() public méthode

public SetCode ( string s ) : void
s string
Résultat void

Toggle() public méthode

public Toggle ( ) : bool
Résultat bool

Property Details

Enabled public_oe property

public bool Enabled
Résultat bool

GsCode public_oe property

public Gateshark,ntrclient.Extra GsCode
Résultat ntrclient.Extra.Gateshark

ShouldStop public_oe property

public bool ShouldStop
Résultat bool