Template:KV Global: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup)
m (Add the internal name)
Line 1: Line 1:
{{ScrollBox|title=Global|
{{ScrollBox|title=Global|
{{KV|Global Entity Name|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.}}
{{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>
}}<noinclude>
[[Category:Keyvalue Templates|Global]]
[[Category:Keyvalue Templates|Global]]
</noinclude>
</noinclude>

Revision as of 08:22, 17 March 2021

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.