Method | 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 |
public CounterEventArgs ( float _amount, string _id, bool _refresh, INCREMENT _inc ) : System | ||
_amount | float | |
_id | string | |
_refresh | bool | |
_inc | INCREMENT | |
return | System |
public CounterEventArgs ( float term, string id, bool refresh, Increment inc, bool loop = false ) : System | ||
term | float | |
id | string | |
refresh | bool | |
inc | Increment | |
loop | bool | |
return | System |
public CounterEventArgs ( int _amount, string _id, bool _refresh ) : System | ||
_amount | int | |
_id | string | |
_refresh | bool | |
return | System |
public CounterEventArgs ( int term, string id, bool refresh, bool loop = false ) : System | ||
term | int | |
id | string | |
refresh | bool | |
loop | bool | |
return | System |
public CounterEventArgs ( string _id ) : System | ||
_id | string | |
return | System |
public CounterEventArgs ( string id, bool loop = false ) : System | ||
id | string | |
loop | bool | |
return | System |
public CounterEventArgs ( string id, bool refresh, bool loop = false ) : System | ||
id | string | |
refresh | bool | |
loop | bool | |
return | System |