Home
last modified time | relevance | path

Searched refs:TOOL_SWITCH_PLAYER (Results 1 – 5 of 5) sorted by relevance

/dports/games/simutrans/simutrans-121.0/script/api/
H A Dapi_const.cc101 enum_slot(vm, "tool_switch_player", TOOL_SWITCH_PLAYER | SIMPLE_TOOL); in export_global_constants()
/dports/games/simutrans/simutrans-121.0/
H A Dsimmenu.h88 TOOL_SWITCH_PLAYER, enumerator
H A Dsimmenu.cc142 case TOOL_SWITCH_PLAYER: tool = new tool_switch_player_t(); break; in create_simple_tool()
H A Dsimtool.h714 tool_switch_player_t() : tool_t(TOOL_SWITCH_PLAYER | SIMPLE_TOOL) {} in tool_switch_player_t()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dplayer_frame_t.cc59 …player_tools_allowed = welt->get_scenario()->is_tool_allowed(NULL, TOOL_SWITCH_PLAYER | SIMPLE_TOO… in ki_kontroll_t()