Class thinkfunc_t
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class thinkfunc_t : NativeObject
- Inheritance
-
objectthinkfunc_t
- Inherited Members
Constructors
thinkfunc_t(nint)
public thinkfunc_t(nint pointer)
Parameters
pointer
nint
Properties
Context
[SchemaMember("thinkfunc_t", "m_nContext")]
public CUtlStringToken Context { get; }
Property Value
LastThinkTick
[SchemaMember("thinkfunc_t", "m_nLastThinkTick")]
public ref int LastThinkTick { get; }
Property Value
NextThinkTick
[SchemaMember("thinkfunc_t", "m_nNextThinkTick")]
public ref int NextThinkTick { get; }