Difference between revisions of "RemoveEquippedWeaponPoison"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
m (Oops, not type...)
Line 10: Line 10:
* [[SetEquippedWeaponPoison]]
* [[SetEquippedWeaponPoison]]


[[Category:Function Types]]
[[Category:Functions]]
[[Category:Function Types (OBSE)]]
[[Category:Functions (OBSE)]]
[[Category:Inventory Functions]]
[[Category:Inventory Functions]]
[[Category:Inventory Functions (OBSE)]]
[[Category:Inventory Functions (OBSE)]]

Revision as of 22:33, 25 August 2007

RemoveEquippedWeaponPoison - removes and returns the poison applied to the equipped weapon. Called on the weapon holder.

       (oldPoison:ref) reference.RemoveEquippedWeaponPoison

Notes

  • Poison means the base object item.
  • Using SetEquippedWeaponPoison when the reference doesn't have a poison-able weapon (hand to hand or staves) is the same as a Return. More than likely, RemoveEquippedWeaponPoison will have the same effect.

See Also