Template:KV BaseHelicopter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(friendly KV names)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScrollBox|title=BaseHelicopter|noscroll=true|
{{minititle|BaseHelicopter}}
; Initial Speed <code><string></code>
{{KV|Initial Speed|intn=InitialSpeed|string|The speed that the entity should try to reach as soon as it spawns}}
: 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>
; Target path_track <code><[[targetname]]></code>
 
: The name of a [[path_track]] that this NPC will fly to after spawning.
[[Category:Keyvalue Templates|BaseHelicopter]]
{{KV BaseNPC}}
 
}}
</noinclude>

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.