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

Method setLookAnimationOverride

Engine/source/T3D/player.cpp:7552–7560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7550
7551
7552void Player::setLookAnimationOverride(bool flag)
7553{
7554 overrideLookAnimation = flag;
7555#if 0
7556 setMaskBits(LookOverrideMask);
7557#else
7558 setMaskBits(ActionMask);
7559#endif
7560}
7561
7562DefineEngineMethod(Player, setLookAnimationOverride, void, (bool flag),, "")
7563{

Callers 1

DefineEngineMethodFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected