PawsCreationMain: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with ' <widget    '''name''' = ''qname''    '''factory''' = "pawsCreationMain"    ''widget-attributes''>    <!-- Content: (widget[@name='RaceBox' and @factory='pawsRadioButtonGroup'…' | m add to category (Engine documents) | ||
| Line 15: | Line 15: | ||
| The '''pawsCreationMain''' factory is used in character creation to select the race, sex, and traits of your character.  It requires widgets called "CharPickerWindow", "CharBirth", and "Paths" defined elsewhere.  In addition, it requires a music file resource named "charcreation"  to be available. | The '''pawsCreationMain''' factory is used in character creation to select the race, sex, and traits of your character.  It requires widgets called "CharPickerWindow", "CharBirth", and "Paths" defined elsewhere.  In addition, it requires a music file resource named "charcreation"  to be available. | ||
| [[Category:Engine documents]] | |||
Latest revision as of 14:52, 23 October 2010
<widget
  name = qname
  factory = "pawsCreationMain"
  widget-attributes>
  <!-- Content: (widget[@name='RaceBox' and @factory='pawsRadioButtonGroup'],
                 widget[@name='charnametext' and @factory='pawsEditTextBox'],
                 widget[@name='cppoints' and @factory='pawsTextBox'],
                 widget[@name='ModelView' and @factory='pawsObjectView'],
                 widget[@name='HairStyles' and @factory='pawsTextBox'],
                 widget[@name='BeardStyles' and @factory='pawsTextBox'],
                 widget[@name='HairColours' and @factory='pawsTextBox'],
                 widget[@name='SkinColours' and @factory='pawsTextBox'],
                 widget-elements) -->
</widget>
The pawsCreationMain factory is used in character creation to select the race, sex, and traits of your character. It requires widgets called "CharPickerWindow", "CharBirth", and "Paths" defined elsewhere. In addition, it requires a music file resource named "charcreation" to be available.