GetEquippedWeaponPoison

From the Oblivion ConstructionSet Wiki
Revision as of 22:32, 25 August 2007 by imported>Haama (Oops, not type...)
Jump to navigation Jump to search

GetEquippedWeaponPoison - returns the poison applied to the equipped weapon. Called on the weapon holder.

       (poison:ref) reference.GetEquippedWeaponPoison

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, GetEquippedWeaponPoison will have the same effect.

See Also