Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CreateTitleEffectObj
Function · 0.45
CreateTitleEffect
Function · 0.45
CreateTitleEffectRsc
Function · 0.45
ShellCreate
Function · 0.45
ObjSetPosASL
Function · 0.45
ObjSetPos
Function · 0.45
ObjSetVelocity
Function · 0.45
SliderSetSpeed
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected