Difference between revisions of "GetPlayAge"

From UODemo Wiki
Jump to: navigation, search
(Created page with 'integer '''getPlayAge'''(object ''PlayerObject''); This function will return the player's (character's) age. The play age is only increased every 2048 ticks or ±8.5 minutes.')
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
This function will return the player's (character's) age. The play age is only increased every 2048 ticks or ±8.5 minutes.
 
This function will return the player's (character's) age. The play age is only increased every 2048 ticks or ±8.5 minutes.
 +
 +
 +
Return to the [[Command List]].

Latest revision as of 10:21, 25 January 2010

integer getPlayAge(object PlayerObject);

This function will return the player's (character's) age. The play age is only increased every 2048 ticks or ±8.5 minutes.


Return to the Command List.