MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Clear

Method Clear

TombEngine/Specific/Input/InputAction.cpp:195–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 void Action::Clear()
196 {
197 _value = 0.0f;
198 _prevValue = 0.0f;
199 _timeActive = 0;
200 _prevTimeActive = 0;
201 _timeInactive = 0;
202 }
203
204 void Action::DrawDebug() const
205 {

Callers 4

ApplyActionQueueFunction · 0.45
ClearAllActionsFunction · 0.45
ClearActionFunction · 0.45
SetMeshVisibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected