GetWeaponHealthPerc
Revision as of 12:39, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
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