Verse API reference page for the fort_round_manager interface
This interface is implemented by the round manager living on the simulation entity.
Verse using statement |
using { /Fortnite.com/Game } |
Members
This interface has functions, but no data members.
Functions
| Function Name | Description |
|---|---|
SubscribeRoundStarted |
Subscribed callbacks will be invoked in two scenarios: * When a new Fortnite round starts * If a round is ongoing, your callback will be invoked immediately Upon the round ending, all callbacks will be canceled |
SubscribeRoundEnded |
Subscribed callbacks will be invoked when a Fortnite round ends |