Difference between revisions of "SetWeaponHealthPerc"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jduvall
imported>Jduvall
Line 9: Line 9:
=='''Examples'''==
=='''Examples'''==


  SetWeaponHealthPerc BruceRef 50
  BruceRef.SetWeaponHealthPerc 50


Sets the base condition of Bruce's currently equipped weapon to 50%.
Sets the base condition of Bruce's currently equipped weapon to 50%.

Revision as of 14:48, 24 April 2009

Description

SetWeaponHealthPerc sets the base condition (health) of an actor's currently equipped weapon.

Syntax

SetWeaponHealthPerc [Value]

Examples

BruceRef.SetWeaponHealthPerc 50

Sets the base condition of Bruce's currently equipped weapon to 50%.

Notes

  • None at this time.

See Also