Template:I AI BaseActor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Undo revision 219393 by Pinsplash (talk).)
(idk why i undid this)
Line 1: Line 1:
{{minititle|AI_BaseActor}}
{{minititle|AI_BaseActor}}
{{IO|SetExpressionOverride|param=string|Set facial expression override.}}
{{IO|SetExpressionOverride|param=string|Set facial expression override.}}
{{IO|AddContext|Adds to the entity's list of [[Response System|response contexts]]. Format is <code><key>:<value></code>.|param=string}}
{{IO|RemoveContext|Remove a context from this entity's list. The name should match the key of an existing context.|param=string}}
{{IO|ClearContext|Removes all contexts from this entity's list.}}

Revision as of 03:45, 5 October 2018

AI_BaseActor:

SetExpressionOverride <string>
Set facial expression override.
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.