GetDecayMax
From UODemo Wiki
Revision as of 20:25, 11 August 2011 by Batlin (talk | contribs) (Created page with 'integer '''getDecayMax'''(object ''AnyObject''); This function can be executed on any object including NPC's and players. It will return the exact same value as [[getDefaultDieD…')
integer getDecayMax(object AnyObject);
This function can be executed on any object including NPC's and players. It will return the exact same value as getDefaultDieDecay as long as a valid object is provided. Therefor this function serves no real purpose.
The function will return 0xFFFFFFF6 (-10) if an invalid object was given.
Return to the Command List.