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

Method isExpired

Engine/source/T3D/fx/cameraFXMgr.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool CameraShake::isExpired()
71{
72 if ( remoteControlled )
73 return false;
74
75 return Parent::isExpired();
76}
77
78//--------------------------------------------------------------------------
79// Update

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected