Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getControlObject
Method
getControlObject
Engine/source/T3D/gameBase/gameBase.h:417–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
416
virtual GameBase * getControllingObject() { return NULL; }
417
virtual GameBase * getControlObject() { return NULL; }
418
virtual void setControlObject( GameBase * ) { }
419
/// @}
420
Callers
15
setControlObject
Method · 0.45
setCameraObject
Method · 0.45
getControlCameraTransform
Method · 0.45
getControlCameraHeadTransform
Method · 0.45
getControlCameraEyeTransforms
Method · 0.45
getControlCameraDefaultFov
Method · 0.45
getControlCameraFov
Method · 0.45
isValidControlCameraFov
Method · 0.45
setControlCameraFov
Method · 0.45
gameConnection.cpp
File · 0.45
processTick
Method · 0.45
onMount
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected