* @return Time the Character already is inside this state */
| 166 | * @return Time the Character already is inside this state |
| 167 | */ |
| 168 | float getCurrentStateTime() { return m_CurrentState.valid ? m_CurrentState.stateTime : 0.0f; } |
| 169 | /** |
| 170 | * Sets the time the Character is inside this state |
| 171 | * @param time |
no outgoing calls
no test coverage detected