Template:I LeadGoalBase: Difference between revisions

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