This article's documentation is for anything that uses the Source engine. Click here for more information.

trigger_super_armor

From Valve Developer Community
Revision as of 13:13, 4 January 2024 by WisdomBot (talk | contribs) (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
Jump to navigation Jump to search
English (en)Translate (Translate)
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.

trigger_super_armor is an e2 available in all Source Source games. This entity may have been an early version of the suit chargers used inside the Citadel, which recharge health and suit power faster than regular. Instead of recharging the suit to 200 however, this entity would recharge it to the value of the sk_max_super_armor ConVar (default 500). The engine does not recognize this entity because the CPP file is not in the solution.

C++ In code, it is represented by theCTriggerSuperArmorclass, defined in thetrigger_super_armor.cppfile.
Todo: If this entity isn't in-game, and isn't in the FGD, why is there a page for it?