MCPcopy Create free account
hub / github.com/defold/defold / GetPlayer

Function GetPlayer

engine/rig/src/rig.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 static RigPlayer* GetPlayer(HRigInstance instance)
114 {
115 return &instance->m_Players[instance->m_CurrentPlayer];
116 }
117
118 static RigPlayer* GetSecondaryPlayer(HRigInstance instance)
119 {

Callers 10

PlayAnimationFunction · 0.85
CancelAnimationFunction · 0.85
GetAnimationFunction · 0.85
UpdatePlayerFunction · 0.85
IsAnimatingFunction · 0.85
DoAnimateFunction · 0.85
GetCursorFunction · 0.85
SetCursorFunction · 0.85
GetPlaybackRateFunction · 0.85
SetPlaybackRateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected