Table of Contents

Class thinkfunc_t

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class thinkfunc_t : NativeObject
Inheritance
thinkfunc_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

CUtlStringToken

LastThinkTick

[SchemaMember("thinkfunc_t", "m_nLastThinkTick")]
public ref int LastThinkTick { get; }

Property Value

int

NextThinkTick

[SchemaMember("thinkfunc_t", "m_nNextThinkTick")]
public ref int NextThinkTick { get; }

Property Value

int