Template:I ResponseContext: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''[[ | ''ResponseContext:'' | ||
: Adds | {{ScrollBoxSettings}} | ||
; <code>AddContext <[[string]]></code> | |||
: Remove a context from this entity's list | : Adds to the entity's list of [[Response System|response contexts]]. Format is <code><key>:<value></code>. | ||
; <code>RemoveContext <string></code> | |||
: Removes all contexts | : Remove a context from this entity's list. The name should match the key of an existing context. | ||
; <code>ClearContext</code> | |||
: Removes all contexts from this entity's list. | |||
</div> |
Revision as of 08:20, 19 July 2009
ResponseContext: Template:ScrollBoxSettings
AddContext <string>
- Adds to the entity's list of response contexts. Format is
<key>:<value>
. RemoveContext <string>
- Remove a context from this entity's list. The name should match the key of an existing context.
ClearContext
- Removes all contexts from this entity's list.