Template:I LeadGoalBase: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup)
(updates)
Line 1: Line 1:
{{I Targetname}}
{{I Parentname}}
{{IO|Activate|Begin the leading behavior.}}
{{IO|Activate|Begin the leading behavior.}}
{{IO|Deactivate|Stop the leading behavior.}}
{{IO|Deactivate|Stop the leading behavior.}}
 
{{IO|SetSuccess|Notify success of leading. Not required, use only if the standard code for detecting success does not meet your needs or fails.}}
{{IO|SetSuccess|Notify success of leading.}}
{{IO|SetFailure|Notify failure of leading. {{note|Not implemented.}}}}
 
{{IO|SetFailure|Notify failure of leading.}}

Revision as of 14:11, 3 September 2018

Activate
Begin the leading behavior.
Deactivate
Stop the leading behavior.
SetSuccess
Notify success of leading. Not required, use only if the standard code for detecting success does not meet your needs or fails.
SetFailure
Notify failure of leading.
Note.pngNote:Not implemented.