Difference between revisions of "GetWeaponHealthPerc"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
||
Line 20: | Line 20: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.0)]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
[[Category:Condition Functions (GECK 1.0)]] |
Revision as of 12:00, 12 August 2009
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