mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-25 01:23:52 +00:00
player extendabilty flexpoints
set several variables and methods to prtected instead of private for ease of inheritance
This commit is contained in:
parent
f1723bbb28
commit
b8e135759f
2 changed files with 7 additions and 5 deletions
|
|
@ -1582,6 +1582,7 @@ Player::Player()
|
|||
mActionAnimation.holdAtEnd = false;
|
||||
mActionAnimation.animateOnServer = false;
|
||||
mActionAnimation.atEnd = false;
|
||||
mActionAnimation.useSynchedPos = true;
|
||||
mActionAnimation.callbackTripped = false;
|
||||
mState = MoveState;
|
||||
mJetting = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue