MCPcopy 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.
500int GetRandomControl()
501{
502 return Random::GenerateInt();
503}
504
505int GetRandomDraw()
506{

Callers 15

DrawBaddyGunflashesMethod · 0.85
SoundEffectFunction · 0.85
PlaySoundTrackFunction · 0.85
ControlKillerStatueFunction · 0.85
MonkControlFunction · 0.85
WorkerMachineGunControlFunction · 0.85
SharkControlFunction · 0.85
WorkerFlamethrowerFunction · 0.85
MercenaryUziControlFunction · 0.85
SkidooUserControlFunction · 0.85
SpawnSpeedboatBoatMistFunction · 0.85

Calls 1

GenerateIntFunction · 0.85

Tested by

no test coverage detected