EntryComponentData
Inherits from ComponentData
Summary
Constructors
EntryComponentData() |
EntryComponentData(guid: Guid) |
EntryComponentData(other: ComponentData) |
EntryComponentData(other: GameObjectData) |
EntryComponentData(other: GameDataContainer) |
EntryComponentData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
EntryComponentData.typeInfo | TypeInformation |
Constructors
EntryComponentData
EntryComponentData()
Creates a new EntryComponentData frostbite instance.
EntryComponentData
EntryComponentData(guid: Guid)
Creates a new EntryComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
EntryComponentData
EntryComponentData(other: ComponentData)
Casts an instance of type ComponentData to EntryComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to EntryComponentData. |
EntryComponentData
EntryComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to EntryComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to EntryComponentData. |
EntryComponentData
EntryComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to EntryComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to EntryComponentData. |
EntryComponentData
EntryComponentData(other: DataContainer)
Casts an instance of type DataContainer to EntryComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to EntryComponentData. |
Properties
soldierOffset
aiData
GameAIEntryData | nil
entryClass
inputConceptDefinition
EntryInputActionMapsData | nil
inputMapping
InputActionMappingsData | nil
inputCurves
hudData
entryOrderNumber
int
enterImpulse
float
entryRadius
float
triggerEventOnKey
entrySpottingSettings
poseConstraints
soldierTransitionInvisbleTime
float
numberOfStances
int
entryComponentSound
EntryComponentSoundData | nil
lockSoldierAimingToEntry
bool
isAllowedToExitInAir
bool
show1pSoldierInEntry
bool
stancesEnabled
bool
show1pSoldierInEntryForPlayerOnly
bool
hideSoldierForPassengers
bool
show3pSoldierWeaponInEntry
bool
showSoldierGearInEntry
bool
isShielded
bool
forbiddenForHuman
bool
showSoldierWeaponInEntry
bool
showSoldierInEntry
bool
Static members
typeInfo
The type information for the EntryComponentData type.