Table of Contents

Class CGameChoreoServices

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CGameChoreoServices : IChoreoServices
Inheritance
CGameChoreoServices
Inherited Members

Constructors

CGameChoreoServices(nint)

public CGameChoreoServices(nint pointer)

Parameters

pointer nint

Properties

Owner

[SchemaMember("CGameChoreoServices", "m_hOwner")]
public CHandle<CBaseAnimGraph> Owner { get; }

Property Value

CHandle<CBaseAnimGraph>

ScriptedSequence

[SchemaMember("CGameChoreoServices", "m_hScriptedSequence")]
public CHandle<CScriptedSequence> ScriptedSequence { get; }

Property Value

CHandle<CScriptedSequence>

TimeStartedState

[SchemaMember("CGameChoreoServices", "m_flTimeStartedState")]
public ref float TimeStartedState { get; }

Property Value

float