-
Notifications
You must be signed in to change notification settings - Fork 0
Global functions
Papawy edited this page Feb 24, 2015
·
3 revisions
-
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.