MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getMode

Method getMode

Engine/source/afx/afxCamera.cpp:436–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436const char* afxCamera::getMode()
437{
438 switch (mMode)
439 {
440 case ThirdPersonMode:
441 return "ThirdPerson";
442 case FlyMode:
443 return "Fly";
444 case OrbitObjectMode:
445 return "Orbit";
446 }
447
448 return "Unknown";
449}
450
451//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
452// Console Methods

Callers 3

DefineEngineMethodFunction · 0.45
camera.cppFile · 0.45
on3DMouseDraggedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected