Home
last modified time | relevance | path

Searched defs:Faction (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/openmw/openmw-openmw-0.47.0/components/esm/
H A Dloadfact.hpp31 struct Faction struct
33 static unsigned int sRecordId;
35 static std::string getRecordType() { return "Faction"; } in getRecordType()
37 std::string mId, mName;
39 struct FADTstruct
58 FADTstruct mData;
61 std::map<std::string, int> mReactions;
64 std::string mRanks[10];
H A Dnpcstats.hpp19 struct Faction struct
21 bool mExpelled;
22 int mRank;
23 int mReputation;
H A Dnpcstats.cpp8 ESM::NpcStats::Faction::Faction() : mExpelled (false), mRank (-1), mReputation (0) {} in Faction() function in ESM::NpcStats::Faction
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/spell/
H A Dspell_polymorph.h53 int Faction = -1; /// If the unit should be transformed in its faction equivalent. variable
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/World/
H A DFaction.cs37 public class Faction { /* we're only interested in the Info */ } class
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/unit/
H A Dhistorical_unit.h69 CFaction *Faction = nullptr; //the unit's faction variable
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/type_instances/
H A Dupgrade.h41 class Faction; variable
H A Dfaction.h51 class Faction; variable
196 Faction(const Faction& obj) { in Faction() function
/dports/math/R-cran-igraph/igraph/tests/testthat/
H A Dtest-old-data-type.R44 Faction = c(1, 1, 1, 1, 1, 1, 1, 1, nameattr in c
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Scripting/Properties/
H A DPlayerProperties.cs37 public string Faction { get { return Player.Faction.InternalName; } } property in OpenRA.Mods.Common.Scripting.PlayerProperties
/dports/devel/py-graphql-relay2/graphql-relay-2.0.1/tests/starwars/
H A Ddata.py11 Faction = namedtuple('Faction', ['id', 'name', 'ships']) variable
/dports/devel/py-graphql-relay/graphql-relay-3.1.0/tests/
H A Dstar_wars_data.py11 Faction = namedtuple("Faction", ["id", "name", "ships"]) variable
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Map/
H A DPlayerReference.cs30 public string Faction; field in OpenRA.PlayerReference
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Activities/
H A DTransform.cs30 public string Faction = null; field in OpenRA.Mods.Common.Activities.Transform
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Ingame/
H A DObserverShroudSelectorLogic.cs42 public readonly string Faction; field in OpenRA.Mods.Common.Widgets.Logic.ObserverShroudSelectorLogic.CameraOption
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DProduction.cs34 public string Faction { get; private set; } property in OpenRA.Mods.Common.Traits.Production
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dquest.h88 const CFaction *Faction = nullptr; variable
166 CFaction *Faction; /// Which faction the player plays as in the campaign variable
H A Dtrigger.h132 CFaction *Faction; /// Faction used in trigger member
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/
H A DMapPreviewWidget.cs27 public readonly string Faction; field in OpenRA.Mods.Common.Widgets.SpawnOccupant
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Network/
H A DGameServer.cs25 public readonly string Faction; field in OpenRA.Network.GameClient
H A DGameSave.cs25 public readonly string Faction; field in OpenRA.Network.SlotClient
/dports/games/glest/glest_source_3.2.2/source/glest_game/world/
H A Dworld.h40 class Faction; variable
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/
H A DActorInitializer.cs70 public readonly string Faction; field in OpenRA.Mods.Common.FactionInit
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/game/
H A Dreplay.cpp114 int Faction; member in MPPlayer
151 int Faction; member in FullReplay
/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DSector.h16 class Faction; variable

12