Skip to content

OnItemMouseDown

Description

OnItemMouseDown is an Event
This event is called when the local Player's mouse is pressed down while holding this item. This event does NOT fire on anything except for Objects with the Item component that are actively equipped.

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

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