Difference between revisions of "GetMiscData"

From UODemo Wiki
Jump to: navigation, search
(Created page with 'integer '''getMiscData'''(object ''AnyObject''); This function will return 0 if the provided object is not valid.<br> The miscellaneous data is stored in the miscdata field as a…')
(No difference)

Revision as of 20:45, 24 November 2012

integer getMiscData(object AnyObject);

This function will return 0 if the provided object is not valid.
The miscellaneous data is stored in the miscdata field as an unsigned short in the tiledata file.

The miscdata field was previously unknown in the UO world.
See here for a discussion : http://www.joinuo.com/forums/viewtopic.php?f=32&t=609
Derrick also provided a patch for RunUO : http://www.joinuo.com/forums/viewtopic.php?f=27&t=61
We also notified UoFiddler about this : http://uofiddler.polserver.com/ (see version change 4.4)


Return to the Command List.