Interface IModuleTimer
Assembly: AltV.Net.Client.dll
Syntax
public interface IModuleTimer
Properties
|
Improve this Doc
View Source
Callback
Declaration
Property Value
|
Improve this Doc
View Source
Interval
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
LastRun
Declaration
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Location
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Once
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Update(Int64, String)
Declaration
bool Update(long curTime, string resourceName)
Parameters
Type |
Name |
Description |
System.Int64 |
curTime |
|
System.String |
resourceName |
|
Returns
Type |
Description |
System.Boolean |
|