CanPlayerDropItem

From Nutscript Developer Wiki
    GM:CanPlayerDropItem(client, itemObject)

Description[edit]

This function returns whether player can drop the item or not

Arguments[edit]

  • Player client
  • Item itemObject

Return Values[edit]

  • Boolean

Can player drop the object?

Examples[edit]

none