Template:I LeadGoalBase: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
m (→‎top: Substituted IO templates)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{i targetname}}
{{minititle|AI_LeadGoal}}
* {{I Parentname}}
{{I|SetSuccess|Notify success of leading. Not required, use only if the standard code for detecting success does not meet your needs or fails.}}
* '''Activate'''
{{I|SetFailure|Notify failure of leading. {{note|Not implemented.}}}}<noinclude>
: Begin the leading behavior
[[Category:Input Templates|LeadGoalBase]]
* '''Deactivate'''
</noinclude>
: Stop the leading behavior
* '''SetSuccess'''
: Notify success of leading
* '''SetFailure'''
: Notify failure of leading

Latest revision as of 12:47, 21 April 2025

AI_LeadGoal:

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.