UNPKG

@ohd-tools/utils

Version:
35 lines (34 loc) 1.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * All the Current Vanilla In-Game Factions. */ var Factions; (function (Factions) { /**Default Faction for the Map */ Factions["DEFAULT"] = "DEFAULT"; //? Modern Factions["BP_HDFactionInfo_PMC"] = "BP_HDFactionInfo_PMC"; Factions["BP_HDFactionInfo_Insurgents"] = "BP_HDFactionInfo_Insurgents"; Factions["BP_HDFactionInfo_PMC_East"] = "BP_HDFactionInfo_PMC_East"; //? Gulf War / Cold War Factions["BP_HDFactionInfo_UnitedStates"] = "BP_HDFactionInfo_UnitedStates"; Factions["BP_HDFactionInfo_UnitedStates_M81"] = "BP_HDFactionInfo_UnitedStates_M81"; Factions["BP_HDFactionInfo_Russians"] = "BP_HDFactionInfo_Russians"; Factions["BP_HDFactionInfo_Russians_VDV"] = "BP_HDFactionInfo_Russians_VDV"; //? Vietnam Factions["BP_RSFactionInfo_USMC"] = "BP_RSFactionInfo_USMC"; Factions["BP_RSFactionInfo_NVA"] = "BP_RSFactionInfo_NVA"; //? WW2 Factions["BP_OOFactionInfo_USA"] = "BP_OOFactionInfo_USA"; Factions["BP_OOFactionInfo_USRangers"] = "BP_OOFactionInfo_USRangers"; Factions["BP_OOFactionInfo_Germany"] = "BP_OOFactionInfo_Germany"; Factions["BP_OOFactionInfo_Wehrmacht"] = "BP_OOFactionInfo_Wehrmacht"; //? WW1 Factions["BP_OMFactionInfo_UnitedStates"] = "BP_OMFactionInfo_UnitedStates"; Factions["BP_OMFactionInfo_Germany"] = "BP_OMFactionInfo_Germany"; //? Training Grounds Factions["BP_HDFactionInfo_TG_BluFor"] = "BP_HDFactionInfo_TG_BluFor"; Factions["BP_HDFactionInfo_TG_OpFor"] = "BP_HDFactionInfo_TG_OpFor"; })(Factions || (Factions = {})); exports.default = Factions;