Class FunctionReference
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class FunctionReference
- Inheritance
-
FunctionReference
Properties
Identifier
public int Identifier { get; }
Property Value
- int
Lifetime
public FunctionLifetime Lifetime { get; set; }
Property Value
- FunctionLifetime
Methods
Create(Delegate)
public static FunctionReference Create(Delegate method)
Parameters
method
Delegate
Returns
- FunctionReference
Get(int)
public static FunctionReference Get(int reference)
Parameters
reference
int
Returns
- FunctionReference
GetFunctionPointer()
public nint GetFunctionPointer()
Returns
- nint
Remove(int)
public static void Remove(int reference)
Parameters
reference
int