Interface ITimerPool
Namespace: AltV.Net.Client.Elements.Pools
Assembly: AltV.Net.Client.dll
Syntax
public interface ITimerPool
Methods
| Improve this Doc View SourceAdd(IModuleTimer)
Declaration
uint Add(IModuleTimer timer)
Parameters
Type | Name | Description |
---|---|---|
IModuleTimer | timer |
Returns
Type | Description |
---|---|
System.UInt32 |
Remove(UInt32)
Declaration
void Remove(uint id)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | id |
Tick(String)
Declaration
void Tick(string resourceName)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceName |