GetDefaultDieDecay

From UODemo Wiki
Revision as of 20:19, 11 August 2011 by Batlin (talk | contribs) (Created page with 'integer '''setDecayTest'''(void);<br> This function returns a valid known as default die decay, not much is known yet about the exact meaning of the value. Please review the fol…')

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

integer setDecayTest(void);

This function returns a valid known as default die decay, not much is known yet about the exact meaning of the value. Please review the following topic on the JoinUO forums: House decay time.

This function can be used to detect the decay mode to server is currently using. The following list represents the return value of this function and the related mode.

0x48 = mode 1
0xF0 = mode 0
0xFF = mode 2

Please refer to the setDecayTest function for more information about the modes.


Return to the Command List.