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…')
 
 
Line 6: Line 6:
 
The miscdata field was previously unknown in the UO world.<br>
 
The miscdata field was previously unknown in the UO world.<br>
 
See here for a discussion : http://www.joinuo.com/forums/viewtopic.php?f=32&t=609<br>
 
See here for a discussion : http://www.joinuo.com/forums/viewtopic.php?f=32&t=609<br>
Derrick also provided a patch for RunUO : http://www.joinuo.com/forums/viewtopic.php?f=27&t=61<br>
+
Derrick also provided a patch for RunUO : http://www.joinuo.com/forums/viewtopic.php?f=27&t=610<br>
 
We also notified UoFiddler about this : http://uofiddler.polserver.com/ (see version change 4.4)
 
We also notified UoFiddler about this : http://uofiddler.polserver.com/ (see version change 4.4)
  
  
 
Return to the [[Command List]].
 
Return to the [[Command List]].

Latest revision as of 20:46, 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=610
We also notified UoFiddler about this : http://uofiddler.polserver.com/ (see version change 4.4)


Return to the Command List.