Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetRandomControl
Function
GetRandomControl
TombEngine/Game/control/control.cpp:500–503 ·
view source on GitHub ↗
NOTE: No one should use this ever again.
Source
from the content-addressed store, hash-verified
498
499
// NOTE: No one should use this ever again.
500
int GetRandomControl()
501
{
502
return Random::GenerateInt();
503
}
504
505
int GetRandomDraw()
506
{
Callers
15
DrawBaddyGunflashes
Method · 0.85
SoundEffect
Function · 0.85
PlaySoundTrack
Function · 0.85
ControlKillerStatue
Function · 0.85
MonkControl
Function · 0.85
WorkerMachineGunControl
Function · 0.85
SharkControl
Function · 0.85
WorkerFlamethrower
Function · 0.85
MercenaryUziControl
Function · 0.85
MercenaryAutoPistolControl
Function · 0.85
SkidooUserControl
Function · 0.85
SpawnSpeedboatBoatMist
Function · 0.85
Calls
1
GenerateInt
Function · 0.85
Tested by
no test coverage detected