Skip to content

OnItemEquipped

Description

OnItemEquipped is an Event
This event is called when this item is equipped (/held). This event does NOT fire on anything except for Objects with the Item component that are actively equipped.

Example
function OnItemEquipped()
   -- write code here!
end
Usage

network usage: Any (Client or Server/Host)
parameters: None