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

Method allowAllPoses

Engine/source/T3D/player.cpp:2513–2521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2511}
2512
2513void Player::allowAllPoses()
2514{
2515 mAllowJumping = true;
2516 mAllowJetJumping = true;
2517 mAllowSprinting = true;
2518 mAllowCrouching = true;
2519 mAllowProne = true;
2520 mAllowSwimming = true;
2521}
2522
2523AngAxisF gPlayerMoveRot;
2524

Callers 1

player.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected