Difference between revisions of "OnObjectEquipped - Actor"
Jump to navigation
Jump to search
Undo revision 41197 by IsharaMeradin (talk)
imported>IsharaMeradin (→Examples: modify source lang tag value to remove "error" boxes) |
imported>Scrivener07 (Undo revision 41197 by IsharaMeradin (talk)) |
||
Line 16: | Line 16: | ||
== Examples == | == Examples == | ||
<source lang=" | <source lang="papyrus"> | ||
Event OnObjectEquipped(Form akBaseObject, ObjectReference akReference) | Event OnObjectEquipped(Form akBaseObject, ObjectReference akReference) | ||
if akBaseObject as Weapon | if akBaseObject as Weapon |