Info npc spawn destination: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Better description needed.)
Line 2: Line 2:


==Entity Description==
==Entity Description==
[[Image:Info target.png|left]]NPC Spawn Destination.{{clr}}
[[Image:Info target.png|left]]
NPC Spawn Destination.
 
{{todo|Write a better description.}}
{{clr}}


==Keyvalues==
==Keyvalues==
*{{kv targetname}}
*{{kv targetname}}
*{{kv parentname}}
*{{kv parentname}}
*{{kv angles}}
*{{kv angles}}
*'''ReuseDelay'''
*'''ReuseDelay'''
:<float> After an NPC is spawned at this destination, the delay before this destination is eligible for selection again.
:<float> After an NPC is spawned at this destination, the delay before this destination is eligible for selection again.
*'''RenameNPC'''
*'''RenameNPC'''
:<string> If an NPC spawns at this destination, change that NPC's targetname to this.
:<string> If an NPC spawns at this destination, change that NPC's targetname to this.


==Inputs==
==Inputs==
*{{i targetname}}
*{{i targetname}}
*{{i parentname}}
*{{i parentname}}


==Outputs==
==Outputs==
*{{o targetname}}
*{{o targetname}}
*'''OnSpawnNPC'''
*'''OnSpawnNPC'''
:Fired when an NPC spawns at this destination.
:Fired when an NPC spawns at this destination.

Revision as of 01:59, 5 April 2006

Template:Wrongtitle

Entity Description

Info target.png

NPC Spawn Destination.

Todo: Write a better description.

Keyvalues

<float> After an NPC is spawned at this destination, the delay before this destination is eligible for selection again.
  • RenameNPC
<string> If an NPC spawns at this destination, change that NPC's targetname to this.

Inputs

Outputs

Fired when an NPC spawns at this destination.

See Also