Home
last modified time | relevance | path

Searched refs:CMD_ENGINE_CTRL (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_engine.cpp288 return ScriptObject::DoCommand(0, engine_id, (uint32)company | (1 << 31), CMD_ENGINE_CTRL); in EnableForCompany()
299 return ScriptObject::DoCommand(0, engine_id, company, CMD_ENGINE_CTRL); in DisableForCompany()
/dports/games/openttd/openttd-12.1/src/
H A Dcommand_type.h242 CMD_ENGINE_CTRL, ///< control availability of the engine for companies enumerator