Ai changetarget

From Valve Developer Community
Revision as of 23:20, 13 September 2018 by Pinsplash (talk | contribs) (code seems to say only npcs will be affected...)
Jump to navigation Jump to search
English (en)Translate (Translate)

Template:Base point It's main use is for changing the target keyvalue of NPCs. This task can also be done using AddOutput.

C++ In code, it is represented by theCAI_ChangeTargetclass, defined in thetriggers.cppfile.

Keyvalues

Target (target) ([todo internal name (i)]) <targetname>
Entity(s) that should have target changed.
NewTarget (m_iszNewTarget) ([todo internal name (i)]) <targetname>
New targetname for the targeted entity(s) to target.


Inputs

Activate
Trigger the target change.


Outputs