CharacterSpawnReferenceObjectData

Inherits from SpawnReferenceObjectData

Summary

Constructors

CharacterSpawnReferenceObjectData()
CharacterSpawnReferenceObjectData(guid: Guid)
CharacterSpawnReferenceObjectData(other: SpawnReferenceObjectData)
CharacterSpawnReferenceObjectData(other: ReferenceObjectData)
CharacterSpawnReferenceObjectData(other: GameObjectData)
CharacterSpawnReferenceObjectData(other: GameDataContainer)
CharacterSpawnReferenceObjectData(other: DataContainer)

Properties

Name Type
playerType PlayerSpawnType
vehicleEntryIndex int
template SoldierSpawnTemplateData | nil
humanTargetPreference float
minimapIcon UIHudIcon
allowFallbackOnNextAvailabeVehicleEntry bool
checkMaxPlayersInVehicle bool
affectMinimapPosition bool
isTarget bool
ignoreVehicleIcon bool

Static members

Name Type
CharacterSpawnReferenceObjectData.typeInfo TypeInformation

Constructors

CharacterSpawnReferenceObjectData

CharacterSpawnReferenceObjectData()

Creates a new CharacterSpawnReferenceObjectData frostbite instance.

CharacterSpawnReferenceObjectData

CharacterSpawnReferenceObjectData(guid: Guid)

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

Parameters

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

CharacterSpawnReferenceObjectData

CharacterSpawnReferenceObjectData(other: SpawnReferenceObjectData)

Casts an instance of type SpawnReferenceObjectData to CharacterSpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpawnReferenceObjectData The instance to cast to CharacterSpawnReferenceObjectData.

CharacterSpawnReferenceObjectData

CharacterSpawnReferenceObjectData(other: ReferenceObjectData)

Casts an instance of type ReferenceObjectData to CharacterSpawnReferenceObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ReferenceObjectData The instance to cast to CharacterSpawnReferenceObjectData.

CharacterSpawnReferenceObjectData

CharacterSpawnReferenceObjectData(other: GameObjectData)

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

Parameters

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

CharacterSpawnReferenceObjectData

CharacterSpawnReferenceObjectData(other: GameDataContainer)

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

Parameters

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

CharacterSpawnReferenceObjectData

CharacterSpawnReferenceObjectData(other: DataContainer)

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

Parameters

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

Properties

playerType

PlayerSpawnType

vehicleEntryIndex

int

template

SoldierSpawnTemplateData | nil

humanTargetPreference

float

minimapIcon

UIHudIcon

allowFallbackOnNextAvailabeVehicleEntry

bool

checkMaxPlayersInVehicle

bool

affectMinimapPosition

bool

isTarget

bool

ignoreVehicleIcon

bool

Static members

typeInfo

TypeInformation

The type information for the CharacterSpawnReferenceObjectData type.

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