On Receive Ownership Item Trigger component
Sends a message when a player becomes the Owner of an item with On Receive Ownership Item Trigger.
The item’s position and Trigger information of the owner player is shared with other players.
Properties
Property | Function |
---|---|
Event Type | Specifies when to send notifications based on how ownership was received. |
-Always | Sends a message whenever becoming the owner, regardless of the reason. |
-Voluntary | Sends a message when becoming the owner in the following cases: When using an item with InteractItemTrigger while not being the owner; When grabbing a GrabbableItem while not being the owner; When items are created through CreateItemGimmick or ClusterScript.createItem of ScriptableItem, if the player is the owner of that CreateItemGimmick or ScriptableItem. |
-Involuntary | Sends a message when becoming the owner in the following cases: When entering a world with no other players present; When the item’s owner leaves the world or their connection is lost. |
Triggers | Settings for message targets and content. For details, see the common settings in Trigger. |