PawsConfigChatFilter: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsConfigChatFilter" ''widget-attributes''> <!-- Content: (widget[@name='osuc' and @factory='pawsCheckBox'], …'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
 
Line 21: Line 21:


'''''NOTE:  In configchatfilter.xml the factory attribute is set to "pawsConfigChat" even though it uses "pawsConfigChatFilter" instead.'''''
'''''NOTE:  In configchatfilter.xml the factory attribute is set to "pawsConfigChat" even though it uses "pawsConfigChatFilter" instead.'''''
[[Category:Engine documents]]

Latest revision as of 14:52, 23 October 2010

<widget
  name = qname
  factory = "pawsConfigChatFilter"
  widget-attributes>
  <!-- Content: (widget[@name='osuc' and @factory='pawsCheckBox'],
                 widget[@name='oblo' and @factory='pawsCheckBox'],
                 widget[@name='odod' and @factory='pawsCheckBox'],
                 widget[@name='omis' and @factory='pawsCheckBox'],
                 widget[@name='ofai' and @factory='pawsCheckBox'],
                 widget[@name='osta' and @factory='pawsCheckBox'],
                 widget[@name='vsuc' and @factory='pawsCheckBox'],
                 widget[@name='vblo' and @factory='pawsCheckBox'],
                 widget[@name='vdod' and @factory='pawsCheckBox'],
                 widget[@name='vmis' and @factory='pawsCheckBox'],
                 widget[@name='vfai' and @factory='pawsCheckBox'],
                 widget[@name='vsta' and @factory='pawsCheckBox'],
                 widget-elements) -->
</widget>

The pawsConfigChatFilter factory is used to configure combat messages that appear in the chat window. It requires a widget called "ChatWindow" defined elsewhere.

NOTE: In configchatfilter.xml the factory attribute is set to "pawsConfigChat" even though it uses "pawsConfigChatFilter" instead.