Template:I ResponseContext: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (linked the german translation)
Line 1: Line 1:
{{ScrollBox|title=ResponseContext|
<noinclude>
{{otherlang2
|de=Template:I_ResponseContext:de
}}
</noinclude>{{ScrollBox|title=ResponseContext|
; <code>AddContext <[[string]]></code>
; <code>AddContext <[[string]]></code>
: Adds to the entity's list of [[Response System|response contexts]]. Format is <code><key>:<value></code>.
: Adds to the entity's list of [[Response System|response contexts]]. Format is <code><key>:<value></code>.

Revision as of 06:59, 26 April 2013

Template:Otherlang2

ResponseContext:
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.