C# Class WarTornLands.Counter.CounterEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Méthode Description
CounterEventArgs ( float _amount, string _id, bool _refresh, INCREMENT _inc ) : System
CounterEventArgs ( float term, string id, bool refresh, Increment inc, bool loop = false ) : System
CounterEventArgs ( int _amount, string _id, bool _refresh ) : System
CounterEventArgs ( int term, string id, bool refresh, bool loop = false ) : System
CounterEventArgs ( string _id ) : System
CounterEventArgs ( string id, bool loop = false ) : System
CounterEventArgs ( string id, bool refresh, bool loop = false ) : System

Method Details

CounterEventArgs() public méthode

public CounterEventArgs ( float _amount, string _id, bool _refresh, INCREMENT _inc ) : System
_amount float
_id string
_refresh bool
_inc INCREMENT
Résultat System

CounterEventArgs() public méthode

public CounterEventArgs ( float term, string id, bool refresh, Increment inc, bool loop = false ) : System
term float
id string
refresh bool
inc Increment
loop bool
Résultat System

CounterEventArgs() public méthode

public CounterEventArgs ( int _amount, string _id, bool _refresh ) : System
_amount int
_id string
_refresh bool
Résultat System

CounterEventArgs() public méthode

public CounterEventArgs ( int term, string id, bool refresh, bool loop = false ) : System
term int
id string
refresh bool
loop bool
Résultat System

CounterEventArgs() public méthode

public CounterEventArgs ( string _id ) : System
_id string
Résultat System

CounterEventArgs() public méthode

public CounterEventArgs ( string id, bool loop = false ) : System
id string
loop bool
Résultat System

CounterEventArgs() public méthode

public CounterEventArgs ( string id, bool refresh, bool loop = false ) : System
id string
refresh bool
loop bool
Résultat System