Info global settings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Line 1: Line 1:
{{this is a|e0|game=synergy|name=info_global_settings}} It is used to set the basic co-op settings in a map.
{{this is a|point entity|game=Synergy|name=info_global_settings}} It is used to set the basic co-op settings in a map.


==Entity description ==
==Entity description ==

Revision as of 18:29, 17 May 2024

info_global_settings is a point entity available in Synergy Synergy. It is used to set the basic co-op settings in a map.

Entity description

It specifies whether the map will force players to spawn at the active info_player_coop or near the "safest" live player. Also can restart the map.

Note.pngNote:If this entity does not exist in a map, static spawning will be disabled.

Keyvalues

IsVehicleMap ([todo internal name (i)]) <integer>
Set static spawning for the map.
  • 0 : Disable Static Spawning.
  • 1 : Enable Static Spawning.
Tip.pngTip:If you wish to change the spawn method during run-time, use AddOutput IsVehicleMap 0/1.

Inputs

RestartLevel
Force a map restart.


See also