Lua API
On this page

CharGenResult

Inherits from

Data for a character creation

Fields:

Account string

Account name

Coordination number

Starting coordination

Endurance number

Starting endurance

Focus number

Starting focus

Name string

Character name

One number

Always 1

Quickness number

Starting quickness

Self number

Starting self

Strength number

Starting strength

Validation number

Seems to be the total of heritageGroup, gender, eyesStrip, noseStrip, mouthStrip, hairColor, eyeColor, hairStyle, headgearStyle, shirtStyle, trousersStyle, footwearStyle, templateNum, strength, endurance, coordination, quickness, focus, self. Perhaps used for some kind of validation?

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