SoldierTestEntityData

Inherits from GameEntityData

Summary

Constructors

SoldierTestEntityData()
SoldierTestEntityData(guid: Guid)
SoldierTestEntityData(other: GameEntityData)
SoldierTestEntityData(other: SpatialEntityData)
SoldierTestEntityData(other: EntityData)
SoldierTestEntityData(other: GameObjectData)
SoldierTestEntityData(other: GameDataContainer)
SoldierTestEntityData(other: DataContainer)

Properties

Name Type
testSoldier SoldierBlueprint | nil
template SoldierSpawnTemplateData | nil
testVehicle VehicleBlueprint | nil
specialAnimationIndex float
unlocksProfile RawFileAsset | nil
team TeamId
randomSeed int
startSequence MovementActionData | nil
startSequenceRoot MovementActionRoot | nil
yawInputVal float
cameraMovementsFilename string
inputRecorder InputRecorderData | nil
throttleInputVal float
fireInputVal float
strafeInputVal float
proneInputVal float
pitchInputVal float
rollInputVal float
zoomInputVal float
jumpInputVal float
activeInputRecording float
authoritativeAimingActive float
fireCounterMeasure float
authoritativeYaw float
authoritativePitch float
runAutomatically bool
useUnlocksProfile bool
sprintInputVal bool

Static members

Name Type
SoldierTestEntityData.typeInfo TypeInformation

Constructors

SoldierTestEntityData

SoldierTestEntityData()

Creates a new SoldierTestEntityData frostbite instance.

SoldierTestEntityData

SoldierTestEntityData(guid: Guid)

Creates a new SoldierTestEntityData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

SoldierTestEntityData

SoldierTestEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to SoldierTestEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to SoldierTestEntityData.

SoldierTestEntityData

SoldierTestEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to SoldierTestEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to SoldierTestEntityData.

SoldierTestEntityData

SoldierTestEntityData(other: EntityData)

Casts an instance of type EntityData to SoldierTestEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to SoldierTestEntityData.

SoldierTestEntityData

SoldierTestEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to SoldierTestEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to SoldierTestEntityData.

SoldierTestEntityData

SoldierTestEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to SoldierTestEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to SoldierTestEntityData.

SoldierTestEntityData

SoldierTestEntityData(other: DataContainer)

Casts an instance of type DataContainer to SoldierTestEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to SoldierTestEntityData.

Properties

testSoldier

SoldierBlueprint | nil

template

SoldierSpawnTemplateData | nil

testVehicle

VehicleBlueprint | nil

specialAnimationIndex

float

unlocksProfile

RawFileAsset | nil

team

TeamId

randomSeed

int

startSequence

MovementActionData | nil

startSequenceRoot

MovementActionRoot | nil

yawInputVal

float

cameraMovementsFilename

string

inputRecorder

InputRecorderData | nil

throttleInputVal

float

fireInputVal

float

strafeInputVal

float

proneInputVal

float

pitchInputVal

float

rollInputVal

float

zoomInputVal

float

jumpInputVal

float

activeInputRecording

float

authoritativeAimingActive

float

fireCounterMeasure

float

authoritativeYaw

float

authoritativePitch

float

runAutomatically

bool

useUnlocksProfile

bool

sprintInputVal

bool

Static members

typeInfo

TypeInformation

The type information for the SoldierTestEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)