Template:I LeadGoalBase: Difference between revisions

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

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.