Skip to content
Papawy edited this page Feb 24, 2015 · 3 revisions

Global functions


  • SetDefaultItemDrawDist

    SetDefaultItemDrawDist(Float:distance)

Set the default draw distance for all items's object.

return : Nothing

  • IsItemExist

    IsItemExist(itemID)

Check if a specified item is stored.

return : 0 if item is not found, or 1 otherwise.

  • IsItemSchemaExist

    IsItemSchemaExist(itemID)

Check if a specified itemSchema is stored.

return : 0 if itemSchema is not found, or 1 otherwise.

  • GetMaxItems

    GetMaxItems()

Get number of items stored.

return : Number of items stored.

Clone this wiki locally