Info global settings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (TODO)
Line 1: Line 1:
{{DISPLAYTITLE:info_global_settings}}
{{DISPLAYTITLE:info_global_settings}}
{{Synergy}} '''info_global_settings''' is a [[point entity]] available in [[Synergy]].
{{Synergy}} '''info_global_settings''' is a [[point entity]] available in [[Synergy]].
It is used to set the basic co-op settings in a map.
It is used to set the basic co-op settings in a map. {{todo|make [[Template:Synergy point]]}}


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

Revision as of 15:20, 1 August 2018

Synergy info_global_settings is a point entity available in Synergy.

It is used to set the basic co-op settings in a map.

Todo: make Template:Synergy point

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