Class TimerPool
Inheritance
System.Object
TimerPool
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client.Elements.Pools
Assembly: AltV.Net.Client.dll
Syntax
public class TimerPool : ITimerPool
Methods
| Improve this Doc View SourceAdd(IModuleTimer)
Declaration
public uint Add(IModuleTimer timer)
Parameters
Type | Name | Description |
---|---|---|
IModuleTimer | timer |
Returns
Type | Description |
---|---|
System.UInt32 |
GetTime()
Declaration
public static long GetTime()
Returns
Type | Description |
---|---|
System.Int64 |
Remove(UInt32)
Declaration
public void Remove(uint id)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | id |
Tick(String)
Declaration
public void Tick(string resourceName)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceName |