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