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