C# Class Terraria.Utilities.MultiTimer

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
MultiTimer ( ) : System
MultiTimer ( int ticksBetweenPrint ) : System
Record ( string key ) : void
Start ( ) : void
StopAndPrint ( ) : bool

Method Details

MultiTimer() public méthode

public MultiTimer ( ) : System
Résultat System

MultiTimer() public méthode

public MultiTimer ( int ticksBetweenPrint ) : System
ticksBetweenPrint int
Résultat System

Record() public méthode

public Record ( string key ) : void
key string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StopAndPrint() public méthode

public StopAndPrint ( ) : bool
Résultat bool