State Bags
We're using State Bags to identify entities that are part of the sled race.
Name
Explanation
Entity(...).state.isSledVehicle
This State Bag is applied to all sleds spawned within a round.
Player(...).state.isSledPlayer
This State Bag specifies all players that are part of a round.
Player(...).state.isSledQueue
This State Bag is applied to all players in the queue. It will be set to false if you're a sled player, as you will be removed from the queue.
Last updated