GetWeaponHealthPerc

From the Fallout3 GECK Wiki
Revision as of 14:46, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

GetWeaponHealthPerc returns the condition level (health) of an actor's currently equipped weapon.

Syntax

[ActorREF.]GetWeaponHealthPerc

Examples

If BruceRef.GetWeaponHealthPerc < 50

Checks to see if Bruce's equipped weapon is below 50% of its base condition.

Notes

  • None at this time

See Also