Template:I LeadGoalBase: Difference between revisions

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