MultipleActorScenarioEntityData
Inherits from SpatialEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
worldSpaceConnectTransform | LinearTransform |
actor5Part | int |
scenarioAntRef | AntRef |
levelChoice | int |
scenarioChoice | int |
realm | Realm |
actor6Part | int |
actor1 | int |
actor1Part | int |
actor1SecondPart | int |
actor2 | int |
actor2Part | int |
actor2SecondPart | int |
actor3 | int |
actor3Part | int |
actor3SecondPart | int |
actor4 | int |
actor4Part | int |
actor4SecondPart | int |
actor5 | int |
actor5SecondPart | int |
actor6SecondPart | int |
actor6 | int |
externalTime | float |
aligningEnabled | bool |
scenarioActive | bool |
actor1Prepared | bool |
actor2Prepared | bool |
actor3Prepared | bool |
actor4Prepared | bool |
actor5Prepared | bool |
actor6Prepared | bool |
checkActor1Finished | bool |
checkActor2Finished | bool |
checkActor3Finished | bool |
checkActor4Finished | bool |
checkActor5Finished | bool |
checkActor6Finished | bool |
useInputEventPlayerAsPlayer1 | bool |
useExternalTime | bool |
worldSpace | bool |
Static members
Name | Type |
---|---|
MultipleActorScenarioEntityData.typeInfo | TypeInformation |
Constructors
MultipleActorScenarioEntityData
MultipleActorScenarioEntityData()
Creates a new MultipleActorScenarioEntityData frostbite instance.
MultipleActorScenarioEntityData
MultipleActorScenarioEntityData(guid: Guid)
Creates a new MultipleActorScenarioEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MultipleActorScenarioEntityData
MultipleActorScenarioEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to MultipleActorScenarioEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to MultipleActorScenarioEntityData. |
MultipleActorScenarioEntityData
MultipleActorScenarioEntityData(other: EntityData)
Casts an instance of type EntityData to MultipleActorScenarioEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to MultipleActorScenarioEntityData. |
MultipleActorScenarioEntityData
MultipleActorScenarioEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to MultipleActorScenarioEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to MultipleActorScenarioEntityData. |
MultipleActorScenarioEntityData
MultipleActorScenarioEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to MultipleActorScenarioEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to MultipleActorScenarioEntityData. |
MultipleActorScenarioEntityData
MultipleActorScenarioEntityData(other: DataContainer)
Casts an instance of type DataContainer to MultipleActorScenarioEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MultipleActorScenarioEntityData. |
Properties
worldSpaceConnectTransform
actor5Part
int
scenarioAntRef
levelChoice
int
scenarioChoice
int
realm
actor6Part
int
actor1
int
actor1Part
int
actor1SecondPart
int
actor2
int
actor2Part
int
actor2SecondPart
int
actor3
int
actor3Part
int
actor3SecondPart
int
actor4
int
actor4Part
int
actor4SecondPart
int
actor5
int
actor5SecondPart
int
actor6SecondPart
int
actor6
int
externalTime
float
aligningEnabled
bool
scenarioActive
bool
actor1Prepared
bool
actor2Prepared
bool
actor3Prepared
bool
actor4Prepared
bool
actor5Prepared
bool
actor6Prepared
bool
checkActor1Finished
bool
checkActor2Finished
bool
checkActor3Finished
bool
checkActor4Finished
bool
checkActor5Finished
bool
checkActor6Finished
bool
useInputEventPlayerAsPlayer1
bool
useExternalTime
bool
worldSpace
bool
Static members
typeInfo
The type information for the MultipleActorScenarioEntityData type.