Skip to main content

info_player_start_goodguys

Point Entity

Spawn point for Radiant heroes.

Keyvalues

  • Disabled (Disabled) <Boolean>
    If disabled this entity will not be used when picking a location to spawn a player at.

Inputs

  • SetEnabled <Void>
    Enable this player start location, allowing it to be picked as spawn location for players.

  • SetDisabled <Void>
    Disable this player start location, preventing it from being picked as a location where players will spawn.

  • SetEnabledExclusively <Void>
    Enabled this player start location and disable all others.

Outputs

  • OnEnabled <Void>
    Called when the player start is enabled.

  • OnDisabled <Void>
    Called when the player start is disabled.