Template:KV BaseHelicopter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{KV BaseNPC}}
{{minititle|BaseHelicopter}}
{{KV|Initial Speed|intn=InitialSpeed|string|The speed that the entity should try to reach as soon as it spawns}}
{{KV|Target path_track|intn=target|targetname|The name of a [[path_track]] that this NPC will fly to after spawning.}}<noinclude>


* '''InitialSpeed'''
[[Category:Keyvalue Templates|BaseHelicopter]]
: <string> Sets the helicopter's desired speed that it should try to reach as soon as it's spawned.


* '''target'''
</noinclude>
: <target_destination> If set, the name of a path_track entity that this NPC will fly to after spawning.

Latest revision as of 03:41, 6 September 2024

BaseHelicopter:

Initial Speed (InitialSpeed) <string>
The speed that the entity should try to reach as soon as it spawns
Target path_track (target) <targetname>
The name of a path_track that this NPC will fly to after spawning.