PawsCharacterPickerWindow: Difference between revisions
Jump to navigation
Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsCharacterPickerWindow" ''widget-attributes''> <!-- Content: (widget[@name='PaperDollView' and @factory='pawsOb…' |
m add to category (Engine documents) |
||
Line 12: | Line 12: | ||
The '''pawsCharacterPickerWindow''' factory is used to select the player's character after the login screen. It requires a widget named "LoginWindow" to be defined (or be defined in loginwindow.xml). It also requires a "CharCreateMain" widget to be defined somewhere, and the files charcreate.xml, birth.xml, parents.xml, childhood.xml, lifeevents.xml, paths.xml, and summary.xml to exist. | The '''pawsCharacterPickerWindow''' factory is used to select the player's character after the login screen. It requires a widget named "LoginWindow" to be defined (or be defined in loginwindow.xml). It also requires a "CharCreateMain" widget to be defined somewhere, and the files charcreate.xml, birth.xml, parents.xml, childhood.xml, lifeevents.xml, paths.xml, and summary.xml to exist. | ||
[[Category:Engine documents]] |
Revision as of 14:51, 23 October 2010
<widget name = qname factory = "pawsCharacterPickerWindow" widget-attributes> <!-- Content: (widget[@name='PaperDollView' and @factory='pawsObjectView'], widget[@name='delete' and @factory='pawsButton'], widget[@name='login' and @factory='pawsButton'], widget[@name='stringPromptEntry' and @factory='pawsEditTextBox'], widget[@name='wait_label' and @factory='pawsTextBox'], form?, widget-elements) --> </widget>
The pawsCharacterPickerWindow factory is used to select the player's character after the login screen. It requires a widget named "LoginWindow" to be defined (or be defined in loginwindow.xml). It also requires a "CharCreateMain" widget to be defined somewhere, and the files charcreate.xml, birth.xml, parents.xml, childhood.xml, lifeevents.xml, paths.xml, and summary.xml to exist.