CapturePointEntityData

Inherits from GameEntityData

Summary

Constructors

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

Properties

Name Type
enemyTicketLossWhenCaptured int
minNrToTakeControl int
flagTemplates ObjectBlueprint[]
capturePoint ObjectBlueprint | nil
initialOwnerTeam TeamId
captureRadius float
maxCaptureMultiplier int
areaValue int
spawnMenuListOrdinal int
areaValues AreaValueTeam[]
timeToGetControl int
timeToLoseControl int
returnMultiplier float
onlyTakeableByTeam int
showRadius float
hideRadius float
addedMultiplierPerPlayer float
modify3DIconVerticalOffset float
capturableType CapturableType
intruderWarningSID string
isCapturedInUpperSphere bool
disableWhenLosingControl bool
loseControlWhenNotClose bool
disableIfEnemyInside bool
isVisible bool
forceSnap bool
useAreaValuesPerTeam bool
intruderWarning bool
showOnMinimap bool
hoistFlag bool
startAtBottom bool
removeWhenCaptured bool
seesawCapturing bool

Static members

Name Type
CapturePointEntityData.typeInfo TypeInformation

Constructors

CapturePointEntityData

CapturePointEntityData()

Creates a new CapturePointEntityData frostbite instance.

CapturePointEntityData

CapturePointEntityData(guid: Guid)

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

Parameters

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

CapturePointEntityData

CapturePointEntityData(other: GameEntityData)

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

Parameters

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

CapturePointEntityData

CapturePointEntityData(other: SpatialEntityData)

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

Parameters

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

CapturePointEntityData

CapturePointEntityData(other: EntityData)

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

Parameters

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

CapturePointEntityData

CapturePointEntityData(other: GameObjectData)

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

Parameters

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

CapturePointEntityData

CapturePointEntityData(other: GameDataContainer)

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

Parameters

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

CapturePointEntityData

CapturePointEntityData(other: DataContainer)

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

Parameters

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

Properties

enemyTicketLossWhenCaptured

int

minNrToTakeControl

int

flagTemplates

ObjectBlueprint[]

capturePoint

ObjectBlueprint | nil

initialOwnerTeam

TeamId

captureRadius

float

maxCaptureMultiplier

int

areaValue

int

spawnMenuListOrdinal

int

areaValues

AreaValueTeam[]

timeToGetControl

int

timeToLoseControl

int

returnMultiplier

float

onlyTakeableByTeam

int

showRadius

float

hideRadius

float

addedMultiplierPerPlayer

float

modify3DIconVerticalOffset

float

capturableType

CapturableType

intruderWarningSID

string

isCapturedInUpperSphere

bool

disableWhenLosingControl

bool

loseControlWhenNotClose

bool

disableIfEnemyInside

bool

isVisible

bool

forceSnap

bool

useAreaValuesPerTeam

bool

intruderWarning

bool

showOnMinimap

bool

hoistFlag

bool

startAtBottom

bool

removeWhenCaptured

bool

seesawCapturing

bool

Static members

typeInfo

TypeInformation

The type information for the CapturePointEntityData type.

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