TeamFilterEntityData
Inherits from GameEntityData
Summary
Constructors
| TeamFilterEntityData() |
| TeamFilterEntityData(guid: Guid) |
| TeamFilterEntityData(other: GameEntityData) |
| TeamFilterEntityData(other: SpatialEntityData) |
| TeamFilterEntityData(other: EntityData) |
| TeamFilterEntityData(other: GameObjectData) |
| TeamFilterEntityData(other: GameDataContainer) |
| TeamFilterEntityData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| realm | Realm |
| team | TeamId |
| invertFilter | bool |
| generateEventForEveryMatchingTeamMember | bool |
Static members
| Name | Type |
|---|---|
| TeamFilterEntityData.typeInfo | TypeInformation |
Constructors
TeamFilterEntityData
TeamFilterEntityData()
Creates a new TeamFilterEntityData frostbite instance.
TeamFilterEntityData
TeamFilterEntityData(guid: Guid)
Creates a new TeamFilterEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
TeamFilterEntityData
TeamFilterEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to TeamFilterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameEntityData | The instance to cast to TeamFilterEntityData. |
TeamFilterEntityData
TeamFilterEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to TeamFilterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SpatialEntityData | The instance to cast to TeamFilterEntityData. |
TeamFilterEntityData
TeamFilterEntityData(other: EntityData)
Casts an instance of type EntityData to TeamFilterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to TeamFilterEntityData. |
TeamFilterEntityData
TeamFilterEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to TeamFilterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to TeamFilterEntityData. |
TeamFilterEntityData
TeamFilterEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to TeamFilterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to TeamFilterEntityData. |
TeamFilterEntityData
TeamFilterEntityData(other: DataContainer)
Casts an instance of type DataContainer to TeamFilterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to TeamFilterEntityData. |
Properties
realm
team
invertFilter
bool
generateEventForEveryMatchingTeamMember
bool
Static members
typeInfo
The type information for the TeamFilterEntityData type.