Template:O BaseActbusyGoal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(string, not ehandle)
(Cleanup)
Line 1: Line 1:
{{O Targetname}}
{{O Targetname}}
*'''OnNPCStartedBusy <[[targetname]]>'''
{{IO|OnNPCStartedBusy|Fired when an NPC targeted by this goal starts an ActBusy animation sequence.|param=targetname}}
: Fired when an NPC targeted by this goal starts an ActBusy animation sequence.
 
* '''OnNPCFinishedBusy <[[targetname]]>'''
{{IO|OnNPCFinishedBusy|Fired when an NPC targeted by this goal finishes an ActBusy animation sequence.|param=targetname}}
: Fired when an NPC targeted by this goal finishes an ActBusy animation sequence.
 
*'''OnNPCLeft <[[targetname]]>'''
{{IO|OnNPCLeft |Fired when an NPC targeted by this goal, ordered by the ''ForceThisNPCToLeave'' input, finishes its forced leave.|param=targetname}}
: Fired when an NPC targeted by this goal, ordered by the ''ForceThisNPCToLeave'' input, finishes its forced leave.

Revision as of 16:39, 3 February 2012


OnNPCStartedBusy <targetname>
Fired when an NPC targeted by this goal starts an ActBusy animation sequence.


OnNPCFinishedBusy <targetname>
Fired when an NPC targeted by this goal finishes an ActBusy animation sequence.


OnNPCLeft <targetname>
Fired when an NPC targeted by this goal, ordered by the ForceThisNPCToLeave input, finishes its forced leave.