A nested container that scopes objects, style, gameplay rules, visuals, etc. All objects and players in an experience will belong to a fort_playspace. There is typically one fort_playspace for an entire experience, though this may change in the future as the platform evolves.
To access the fort_playspace for a creative_device use creative_device.GetPlayspace.
Verse using statement |
using { /Fortnite.com/Playspaces } |
Members
This interface has functions, but no data members.
Functions
| Function Name | Description |
|---|---|
GetPlayers |
Get all human |
GetTeamCollection |
Get the |
PlayerAddedEvent |
Signaled when a human |
PlayerRemovedEvent |
Signaled when a human |
GetParticipants |
Get all |
ParticipantAddedEvent |
Signaled when a participant |
ParticipantRemovedEvent |
Signaled when a participant |