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