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