PawsCharDescription: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsCharDescription" ''widget-attributes''> <!-- Content: (widget[@name='Description' and @factory='pawsMultilineE…'
 
m Reverted edits by Luca (Talk) to last revision by Ethryn
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:


The '''pawsCharDescription''' factory is used by the player to change the description of his or her character.  It requires a [[#pawsMultilineEditTextBox|pawsMultilineEditTextBox]] widget called "Description" to be present.
The '''pawsCharDescription''' factory is used by the player to change the description of his or her character.  It requires a [[#pawsMultilineEditTextBox|pawsMultilineEditTextBox]] widget called "Description" to be present.
[[Category:Engine documents]]

Latest revision as of 23:29, 10 December 2010

<widget
  name = qname
  factory = "pawsCharDescription"
  widget-attributes>
  <!-- Content: (widget[@name='Description' and @factory='pawsMultilineEditTextBox'],
                 widget-elements) -->
</widget>

The pawsCharDescription factory is used by the player to change the description of his or her character. It requires a pawsMultilineEditTextBox widget called "Description" to be present.