Difference between revisions of "EquipItem - Actor"

304 bytes added ,  22:34, 2 August 2019
imported>SarthesArai
(→‎Notes: no LeveledItem)
imported>Icecreamassassin
Line 41: Line 41:
*The abPreventRemoval flag does not prevent removal by the functions UnEquipAll and RemoveAllItems. It does prevent removal when using EquipItem(OtherItem).
*The abPreventRemoval flag does not prevent removal by the functions UnEquipAll and RemoveAllItems. It does prevent removal when using EquipItem(OtherItem).
*EquipItem does not work with [[LeveledItem|leveled items]].
*EquipItem does not work with [[LeveledItem|leveled items]].
*Attempting to Equip or Unequip items via script which are generated via the quest fill to method (as opposed to forced fill of an existing reference) will require you to acquire not only the reference but also the base form (ex: Game.GetPlayer().EquipItem(Alias_Waystone.GetReference().GetBaseObject())


== See Also ==
== See Also ==