Home
last modified time | relevance | path

Searched refs:ButtonKey (Results 1 – 18 of 18) sorted by relevance

/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/goblin/
H A Dunits.lua51 ButtonKey = "d",
233 ButtonKey = "t",
270 ButtonKey = "s",
375 ButtonKey = "i",
411 ButtonKey = "a",
546 ButtonKey = "s",
572 ButtonKey = "m",
615 ButtonKey = "g",
714 ButtonKey = "m",
745 ButtonKey = "o",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/dwarf/
H A Dunits.lua48 ButtonKey = "m",
610 ButtonKey = "a",
969 ButtonKey = "g",
1101 ButtonKey = "s",
1320 ButtonKey = "y",
1644 ButtonKey = "p",
1694 ButtonKey = "b",
2187 ButtonKey = "w",
2354 ButtonKey = "y",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/teuton/
H A Dunits.lua159 ButtonKey = "w",
634 ButtonKey = "e",
751 ButtonKey = "a",
830 ButtonKey = "k",
943 ButtonKey = "c",
962 ButtonKey = "c",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/frankish/
H A Dunits.lua60 ButtonKey = "k",
531 ButtonKey = "e",
669 ButtonKey = "t",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/gnome/
H A Dunits.lua49 ButtonKey = "s",
174 ButtonKey = "t",
310 ButtonKey = "h",
H A Dunits_derro.lua115 ButtonKey = "t",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/elf/
H A Dunits.lua56 ButtonKey = "s",
99 ButtonKey = "p",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/germanic/
H A Dunits.lua698 ButtonKey = "g",
803 ButtonKey = "r",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dunits.lua663 ButtonKey = "g",
704 ButtonKey = "v",
733 ButtonKey = "c",
3248 ButtonKey = "w",
3500 ButtonKey = "m",
4160 ButtonKey = "t",
4238 ButtonKey = "h",
4318 ButtonKey = "f",
4357 ButtonKey = "b",
4401 ButtonKey = "l",
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/suebi/
H A Dunits.lua69 ButtonKey = "k",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/latin/
H A Dunits.lua153 ButtonKey = "m",
/dports/russian/emkatic/emkatic-0.38-src/
H A Dmain.pas121 procedure ButtonKey(Press:boolean; var Key:word); procedure
495 if Shift=[] then begin ButtonKey(true,Key); exit end else
497 ButtonKey(true,Key) else if (Shift=[ssCtrl]) and (lo(Key) in
498 [VK_CONTROL,VK_LCONTROL,VK_RCONTROL]) then ButtonKey(true,Key) else exit;
505 ButtonKey(false,Key);
1114 procedure TMainForm.ButtonKey(Press:boolean; var Key:word); procedure
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/game/
H A Dgame.cpp677 if (!type.ButtonKey.empty() && (!type.Parent || type.ButtonKey != type.Parent->ButtonKey)) { in WriteMapSetup()
678 f->printf("\tButtonKey = \"%s\",\n", type.ButtonKey.c_str()); in WriteMapSetup()
680 if (!type.ButtonHint.empty() && (!type.Parent || type.ButtonKey != type.Parent->ButtonHint)) { in WriteMapSetup()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dgui_elem.cpp135 class ButtonKey : public ButtonElem { class
137ButtonKey(function<void(Rectangle)> f, SDL_Keysym key, bool cap) : ButtonElem([f](Rectangle b, Vec… in __anon221999c80102() function in ButtonKey
196 return SGuiElem(new ButtonKey(fun, hotkey, capture)); in buttonRect()
200 return SGuiElem(new ButtonKey([=](Rectangle) { fun(); }, hotkey, capture)); in button()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/unit/
H A Dunittype.cpp1222 button_definition += "\tKey = \"" + this->Trains[i]->ButtonKey + "\",\n"; in ProcessConfigData()
1417 this->ButtonKey = parent_type->ButtonKey; in SetParent()
H A Dscript_unittype.cpp1161 type->ButtonKey = LuaToString(l, -1); in CclDefineUnitType()
2073 button_definition += "\tKey = \"" + type->Trains[i]->ButtonKey + "\",\n"; in CclDefineUnitType()
2638 lua_pushstring(l, type->ButtonKey.c_str()); in CclGetUnitTypeData()
4401 button_definition += "\tKey = \"" + type->ModTrains[mod_file][i]->ButtonKey + "\",\n"; in CclSetModTrains()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/unit/
H A Dunittype.h990 std::string ButtonKey; /// Hotkey of this unit's button variable
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/menus/
H A Deditor.lua1957 unit_type_definition.ButtonKey = tostring(button_key_value:getText())