Provides team and inventory configurations that go beyond the choices the My Island settings provide. Can also be used to customize individual devices and create variations in team setup.
Verse using statement |
using { /Fortnite.com/Devices } |
Inheritance Hierarchy
This class is derived from the following hierarchy, starting with creative_object:
| Name | Description |
|---|---|
creative_object |
Base class for creative devices and props. |
creative_device_base |
Base class for creative_device. |
Members
This class has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
AllowTemporaryTeamMemberInvitations |
??logic |
This variable maps to the 'Dynamic Team Emotes' user option. Modifying this value does not affect the state of any existing Temporary Team member. If a player is currently on a Temporary Team, they will maintain access to the leave team emote regardless of this value. Available values:
|
EnemyEliminatedEvent |
listenable(payload) |
Signaled when an enemy of Team is eliminated by a team member.
Sends the |
TeamMemberEliminatedEvent |
listenable(payload) |
Signaled when a member of Team is eliminated.
Sends the |
TeamMemberSpawnedEvent |
listenable(payload) |
Signaled when a member of Team is spawned.Sends the |
TeamOutOfRespawnsEvent |
listenable(payload) |
Signaled when Team runs out of respawns. |
Functions
| Function Name | Description |
|---|---|
EndRound |
Ends the round and Team wins the round. |
GetTeamMembers |
Returns an array of agents that are currently of the team defined by this device. |
GetTransform |
Returns the transform of the |
IsOnTeam |
Is true if |
MoveTo |
Moves the |
MoveTo |
Moves the |
RemoveTemporaryMemberFromTeam |
Removes the |
RemoveTemporaryMembersFromTeam |
Returns all temporary team members for this Device’s Team Setting Value back to their original Teams. If the device is configured to All, then this function will remove all Temporary Team members from any Temporary Team they are on, returning them to their original team. |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |