Template:KV Source 2 Targetname: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{KV|Name (targetname)|string|The targetname that other entities refer to this entity by.}} {{KV|Entity Scripts (vscripts)|scriptlist|Space delimited list of VScript f...")
 
mNo edit summary
Line 1: Line 1:
{{ScrollBox|title=Source 2 Targetname|
{{KV|Name (targetname)|string|The [[targetname]] that other entities refer to this entity by.}}
{{KV|Name (targetname)|string|The [[targetname]] that other entities refer to this entity by.}}
{{KV|Entity Scripts (vscripts)|scriptlist|Space delimited list of [[VScript]] files (without file extension) that are executed after all entities have spawned. The scripts are all executed in the same script scope, later ones overwriting any identical variables and functions.}}
{{KV|Entity Scripts (vscripts)|scriptlist|Space delimited list of [[VScript]] files (without file extension) that are executed after all entities have spawned. The scripts are all executed in the same script scope, later ones overwriting any identical variables and functions.}}}}
<noinclude>
<noinclude>
[[Category:KeyValue Templates|Source 2 Targetname]]
[[Category:KeyValue Templates|Source 2 Targetname]]
</noinclude>
</noinclude>

Revision as of 07:04, 8 March 2020

Source 2 Targetname:
Name (targetname) ([todo internal name (i)]) <string>
The targetname that other entities refer to this entity by.
Entity Scripts (vscripts) ([todo internal name (i)]) <scriptlist>
Space delimited list of VScript files (without file extension) that are executed after all entities have spawned. The scripts are all executed in the same script scope, later ones overwriting any identical variables and functions.