AutoTeamEntityData
Inherits from GameEntityData
Summary
Constructors
AutoTeamEntityData() |
AutoTeamEntityData(guid: Guid) |
AutoTeamEntityData(other: GameEntityData) |
AutoTeamEntityData(other: SpatialEntityData) |
AutoTeamEntityData(other: EntityData) |
AutoTeamEntityData(other: GameObjectData) |
AutoTeamEntityData(other: GameDataContainer) |
AutoTeamEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
teamDifferenceToAutoBalance | int |
teamAssignMode | TeamAssignMode |
playerCountNeededToAutoBalance | int |
forceIntoSquad | bool |
rotateTeamOnNewRound | bool |
autoBalance | bool |
Static members
Name | Type |
---|---|
AutoTeamEntityData.typeInfo | TypeInformation |
Constructors
AutoTeamEntityData
AutoTeamEntityData()
Creates a new AutoTeamEntityData frostbite instance.
AutoTeamEntityData
AutoTeamEntityData(guid: Guid)
Creates a new AutoTeamEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AutoTeamEntityData
AutoTeamEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to AutoTeamEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to AutoTeamEntityData. |
AutoTeamEntityData
AutoTeamEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to AutoTeamEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to AutoTeamEntityData. |
AutoTeamEntityData
AutoTeamEntityData(other: EntityData)
Casts an instance of type EntityData to AutoTeamEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to AutoTeamEntityData. |
AutoTeamEntityData
AutoTeamEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to AutoTeamEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to AutoTeamEntityData. |
AutoTeamEntityData
AutoTeamEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to AutoTeamEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to AutoTeamEntityData. |
AutoTeamEntityData
AutoTeamEntityData(other: DataContainer)
Casts an instance of type DataContainer to AutoTeamEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AutoTeamEntityData. |
Properties
teamDifferenceToAutoBalance
int
teamAssignMode
playerCountNeededToAutoBalance
int
forceIntoSquad
bool
rotateTeamOnNewRound
bool
autoBalance
bool
Static members
typeInfo
The type information for the AutoTeamEntityData type.