Difference between revisions of "OnEquipped - ObjectReference"

m
→‎Notes: added some information about the event and when it doesnt fire. see the discussion page for more information
imported>Jlundin
 
imported>Shirakami
m (→‎Notes: added some information about the event and when it doesnt fire. see the discussion page for more information)
 
(One intermediate revision by one other user not shown)
Line 24: Line 24:


== Notes ==
== Notes ==
*When an object is equipped it is inside a container, which means that you cannot call native functions on it. (Unless it is a persistent reference)
*When an object is equipped it is inside a container, which means that you cannot call Member Functions on it. (Unless it is a persistent reference)
*This event wont always fire. If the item is being equipped normally through the Inventory it works as intended. If it equipped through the console or papyrus calls instead, the event will not fire.


== See Also ==
== See Also ==
Anonymous user