MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Rand

Method Rand

src/script/api/script_base.cpp:16–19  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

14#include "../../safeguards.h"
15
16/* static */ SQInteger ScriptBase::Rand()
17{
18 return ScriptObject::GetRandomizer().Next();
19}
20
21/* static */ SQInteger ScriptBase::RandItem(SQInteger)
22{

Callers

nothing calls this directly

Calls 1

NextMethod · 0.45

Tested by

no test coverage detected