MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / CurrentControlEntity

Method CurrentControlEntity

ogsr_engine/xrGame/Level.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112public:
113 CObject* CurrentControlEntity(void) const { return pCurrentControlEntity; }
114 void SetControlEntity(CObject* O) { pCurrentControlEntity = O; }
115
116private:

Callers 11

HitMethod · 0.80
g_PhysicsMethod · 0.80
shedule_UpdateMethod · 0.80
OnHUDDrawMethod · 0.80
anim_playMethod · 0.80
cam_UpdateMethod · 0.80
SendHitAllowedMethod · 0.80
SetWeaponHideStateMethod · 0.80
g_cl_ValidateMStateMethod · 0.80
g_cl_CheckControlsMethod · 0.80
g_SetAnimationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected