CanPlayerInteractItem

From Nutscript Developer Wiki
   GM:CanPlayerInteractItem(client, action, item)

Description[edit]

This function allows players to interact with items. This hook applies on every interaction between player and item class.

Arguments[edit]

  • Player client
  • String action
  • Item item

Return Values[edit]

  • Boolean Allow player Interact Item

Examples[edit]

none.