GetWeaponHealthPerc
Jump to navigation
Jump to search
Description[edit | edit source]
GetWeaponHealthPerc returns the condition level (health) of an actor's currently equipped weapon.
Syntax[edit | edit source]
[ActorREF.]GetWeaponHealthPerc
Examples[edit | edit source]
If BruceRef.GetWeaponHealthPerc < 50
Checks to see if Bruce's equipped weapon is below 50% of its base condition.
Notes[edit | edit source]
- None at this time