GetEquipSlot

From UODemo Wiki
Revision as of 20:32, 24 November 2012 by Batlin (talk | contribs) (Created page with 'integer '''getEquipSlot'''(object ''AnyObject''); This function will return 0 if the provided object is not valid.<br> This function will return 0 if the provided object is a mo…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

integer getEquipSlot(object AnyObject);

This function will return 0 if the provided object is not valid.
This function will return 0 if the provided object is a mobile.
The equipment slot is stored in the quality field as an unsigned char in the tiledata file.

This function is closely related to the getQuality function.


Return to the Command List.