Template:O BaseActbusyGoal: Difference between revisions

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

Revision as of 04:44, 10 June 2009

Fired when an NPC targeted by this goal starts an ActBusy animation sequence.
Fired when an NPC targeted by this goal finishes an ActBusy animation sequence.
Fired when an NPC targeted by this goal, ordered by the ForceThisNPCToLeave input, finishes its forced leave.