Lua API
On this page

Character_QueryAgeResponse_S2C

Inherits from

QueryAgeResponse: happens when you do /age in the game

Fields:

Age string

Your age in the format 1mo 1d 1h 1m 1s

Name string

Name of target, or empty if self

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string