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