Template:KV Global: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (I'm sure this is deprecated by Template:KV_BaseEntity)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
; Global Entity Name <code><[[string]]></code>
<noinclude>
: Name by which this entity is linked to another entity in a different map. When the player transitions to a new map, entities in the new map with global names matching entities in the previous map will have the previous map's state copied over to them.
{{note|'''This template is deprecated. For new entity pages, please use [[Template:KV BaseEntity]] instead.'''}}
</noinclude>
{{ScrollBox|title=Global|
{{KV|Global Entity Name|intn=globalname|string|Name by which this entity is linked to another entity in a different map. When the player transitions to a new map, entities in the new map with globalnames matching entities in the previous map will have the previous map's state copied over their state.}}
}}<noinclude>
[[Category:Keyvalue Templates|Global]]
</noinclude>

Latest revision as of 02:58, 11 April 2021

Note.pngNote:This template is deprecated. For new entity pages, please use Template:KV BaseEntity instead.
Global:
Global Entity Name (globalname) <string>
Name by which this entity is linked to another entity in a different map. When the player transitions to a new map, entities in the new map with globalnames matching entities in the previous map will have the previous map's state copied over their state.