XGTacticalGameCoreData.EAbilityRange

From Nexus Mods Wiki
Jump to: navigation, search

Overview

EAbility (upper case 'E') is believed to refer to Equipment Ability. They are values used in the properties of equipment (found in the DefaultGameCore.ini (DGC.ini) file.

Details

See DefaultGameCore.ini settings - XCOM:EU 2012) to grant or deny specific capabilities listed here when the item is equipped. The decimal value is used in the DGC.ini file, and hex values (listed after the "-") are used when making modifications directly to hex code.

Table

enum EAbilityRange
{
00 eRange_None,
01 eRange_Weapon,
02 eRange_Sight,
03 eRange_SquadSight,
04 eRange_Loot,
05 eRange_Unlimited,
06 eRange_MAX
};

References

Referred to by this article:

That refer to this article: