Skip to main content

InspectedItem

Gets called when the player inspected item.
Remarks: Keycard and Items that cannot be inspected will not run this event.

Start a script section

!-- OnEvent InspectedItem
-- require @evPlayer *evItem

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: No
  • Event data: PlayerInspectedItemEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who inspected the Item.
*evItemreference to Item objectGets the item that was inspected.