MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetSpeed

Method SetSpeed

engine/Poseidon/Game/TitEffects.cpp:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 void Simulate(float deltaT) override;
71 bool IsTerminated() const override;
72 void SetSpeed(float speed) { _speed = speed; }
73
74 void Terminate() override;
75 void Prolong(float time) override;

Callers 8

CreateTitleEffectObjFunction · 0.45
CreateTitleEffectFunction · 0.45
CreateTitleEffectRscFunction · 0.45
ShellCreateFunction · 0.45
ObjSetPosASLFunction · 0.45
ObjSetPosFunction · 0.45
ObjSetVelocityFunction · 0.45
SliderSetSpeedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected