Verse Library verse

01 Game Coordinate Device Verse

Defines custom tags and a central device managing countdown timers, pickups, spawners, and game state.

extracted-snippets/documentation/en-us/uefn/pizza-pursuit-6-final-result-in-verse/01-game-coordinate-device-verse.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/pizza-pursuit-6-final-result-in-verse
# Local doc:  epic-docs/documentation/en-us/uefn/pizza-pursuit-6-final-result-in-verse.md
# Section:    game\_coordinate\_device.verse
using { /Verse.org/Simulation }
using { /Fortnite.com/Devices }
using { /Fortnite.com/Vehicles }
using { /Fortnite.com/Characters }
using { /Fortnite.com/Playspaces }
using { /Verse.org/Native }
using { /Verse.org/Random }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /UnrealEngine.com/Temporary/SpatialMath }
using { /UnrealEngine.com/Temporary/Curves }
using { /Verse.org/Simulation/Tags }
# Game zones tags
pickup_zone_tag<public> := class(tag):
pickup_zone_level_1_tag<public> := class(pickup_zone_tag):
pickup_zone_level_2_tag<public> := class(pickup_zone_tag):
pickup_zone_level_3_tag<public> := class(pickup_zone_tag):
delivery_zone_tag<public> := class(tag):
log_pizza_pursuit<internal> := class(log_channel){}
game_coordinator_device<public> := class(creative_device):
@editable
VehicleSpawner<public> : vehicle_spawner_atk_device = vehicle_spawner_atk_device{}
# How long the countdown timer will start counting down from.
@editable
InitialCountdownTime<public> : float = 30.0
@editable
EndGame<public> : end_game_device = end_game_device{}
# How many seconds to add to the countdown timer when a pickup is delivered.

Sign in free to read the full source 🌴

This Verse Library file is members-only. Create a free account to view the complete source and download the .verse file.

Sign in with Discord

Comments

    Sign in to vote, comment, or suggest an edit. Sign in