Template:I ResponseContext: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(wikilinked to Response System)
Line 1: Line 1:
'''AddContext <string>'''
'''AddContext <string>'''
: Adds a context to this entity's list of response contexts. The format should be 'key:value'.
: Adds a context to this entity's list of [[Response System|response contexts]]. The format should be 'key:value'.
* '''RemoveContext <string>'''
* '''RemoveContext <string>'''
: Remove a context from this entity's list of response contexts. The name should match the 'key' of a previously added context.
: Remove a context from this entity's list of response contexts. The name should match the 'key' of a previously added context.
* '''ClearContext'''
* '''ClearContext'''
: Removes all contexts in this entity's list of response contexts.
: Removes all contexts in this entity's list of response contexts.

Revision as of 22:21, 17 October 2005

AddContext <string>

Adds a context to this entity's list of response contexts. The format should be 'key:value'.
  • RemoveContext <string>
Remove a context from this entity's list of response contexts. The name should match the 'key' of a previously added context.
  • ClearContext
Removes all contexts in this entity's list of response contexts.