Template:KV Global: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Template:Kv global moved to Template:KV Global: Moving...)
m (I'm sure this is deprecated by Template:KV_BaseEntity)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''globalname'''
<noinclude>
: <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.
{{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.