Template:KV Source 2 Targetname: Difference between revisions
Jump to navigation
Jump to search
(Add Create Client-Only Entity Keyvalue) |
mNo edit summary |
||
Line 3: | Line 3: | ||
{{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.}} | ||
{{KV|Create Client-Only Entity (clientSideEntity)|choices}} | {{KV|Create Client-Only Entity (clientSideEntity)|choices}} | ||
:*0: | :*0: No | ||
:*1: | :*1: Yes | ||
}} | }} | ||
Revision as of 07:50, 25 October 2023
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.
- Create Client-Only Entity (clientSideEntity) ([todo internal name (i)]) <choices>
-
- 0: No
- 1: Yes