Template:I ResponseContext

From Valve Developer Community
Revision as of 22:21, 17 October 2005 by Maven (talk | contribs) (wikilinked to Response System)
Jump to navigation Jump to search

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.