Home
last modified time | relevance | path

Searched refs:GameModes (Results 1 – 24 of 24) sorted by relevance

/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dgame.h35 enum GameModes enum
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dgame.h35 enum GameModes enum
/dports/games/pcgen/pcgen/system/gameModes/Deadlands/
H A Dmiscinfo.lst83 # Integer value, defaults to zero if tag not present to allow GameModes without shortrange bonus/li…
88 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Sidewinder/
H A Dmiscinfo.lst84 # Integer value, defaults to zero if tag not present to allow GameModes without shortrange bonus/li…
89 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Fantasy_Craft/
H A Dmiscinfo.lst79 # Integer value, defaults to zero if tag not present to allow GameModes
85 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Gaslight/
H A Dmiscinfo.lst81 # Integer value, defaults to zero if tag not present to allow GameModes without shortrange bonus/li…
86 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Spycraft/
H A Dmiscinfo.lst82 # Integer value, defaults to zero if tag not present to allow GameModes without shortrange bonus/li…
87 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Darwins_World_2/
H A Dmiscinfo.lst82 # Integer value, defaults to zero if tag not present to allow GameModes without shortrange bonus/li…
87 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Modern/
H A Dmiscinfo.lst82 # Integer value, defaults to zero if tag not present to allow GameModes without shortrange bonus/li…
87 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/Languages/
H A DLanguageBundle.properties132 #GameModes
H A DLanguageBundle_en_US.properties128 #GameModes
/dports/games/pcgen/pcgen/system/gameModes/5e/
H A Dmiscinfo.lst79 # Integer value, defaults to zero if tag not present to allow GameModes
85 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/OSRIC/
H A Dmiscinfo.lst85 # Integer value, defaults to zero if tag not present to allow GameModes
91 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/3e/
H A Dmiscinfo.lst83 # Integer value, defaults to zero if tag not present to allow GameModes without shortrange bonus/li…
88 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Immortal/
H A Dmiscinfo.lst85 # Integer value, defaults to zero if tag not present to allow GameModes
91 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/35e/
H A Dmiscinfo.lst85 # Integer value, defaults to zero if tag not present to allow GameModes
91 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/zen_test/
H A Dmiscinfo.lst83 # Integer value, defaults to zero if tag not present to allow GameModes
89 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/my_gamemode/
H A Dmiscinfo.lst95 # Integer value, defaults to zero if tag not present to allow GameModes
101 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Pathfinder/
H A Dmiscinfo.lst86 # Integer value, defaults to zero if tag not present to allow GameModes
92 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Pathfinder_PFS/
H A Dmiscinfo.lst86 # Integer value, defaults to zero if tag not present to allow GameModes
92 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/pcgen/pcgen/system/gameModes/Sagaborn/
H A Dmiscinfo.lst86 # Integer value, defaults to zero if tag not present to allow GameModes
92 # Integer value, defaults to zero if tag not present to allow GameModes
/dports/games/barony/Barony-3.3.7/src/
H A Dmod_tools.cpp58 gameModeManager.setMode(gameModeManager.GameModes::GAME_MODE_TUTORIAL); in startTutorial()
H A Dmod_tools.hpp2418 enum GameModes : int enum in GameModeManager_t
2424 GameModes currentMode = GAME_MODE_DEFAULT;
2425 GameModes getMode() const { return currentMode; }; in getMode()
2426 void setMode(const GameModes mode) { currentMode = mode; }; in setMode()
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Dsbarinfo_commands.cpp1776 modes(static_cast<GameModes> (0)) in CommandGameMode()
1788 modes |= static_cast<GameModes> (1<<mode); in Parse()
1811 enum GameModes enum in CommandGameMode