Template:I AI BaseActor: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{minititle|AI_BaseActor}} {{IO|SetExpressionOverride|param=string|Set facial expression override.}}") |
(these are CBaseEntity inputs, but they rely on this class) |
||
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 20:20, 16 September 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.