GetDecayMax

From UODemo Wiki
Jump to: navigation, search

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.