MapMarkerEntityData
Inherits from GameEntityData
Summary
Constructors
MapMarkerEntityData() |
MapMarkerEntityData(guid: Guid) |
MapMarkerEntityData(other: GameEntityData) |
MapMarkerEntityData(other: SpatialEntityData) |
MapMarkerEntityData(other: EntityData) |
MapMarkerEntityData(other: GameObjectData) |
MapMarkerEntityData(other: GameDataContainer) |
MapMarkerEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
baseTransform | Vec3 |
progressMinTime | float |
sid | string |
nrOfPassengers | int |
nrOfEntries | int |
progressTime1Player | float |
showRadius | float |
hideRadius | float |
blinkTime | float |
markerType | MapMarkerType |
visibleForTeam | TeamId |
ownerTeam | TeamId |
hudIcon | UIHudIcon |
verticalOffset | float |
focusPointRadius | float |
instantFlagReturnRadius | float |
progress | float |
progressPlayerSpeedUpPercentage | float |
trackedPlayersInRange | int |
trackingPlayerRange | float |
progressTime | float |
onlyShowSnapped | bool |
flagControlMarker | bool |
showProgress | bool |
useMarkerTransform | bool |
isVisible | bool |
snap | bool |
showAirTargetBox | bool |
isFocusPoint | bool |
Static members
Name | Type |
---|---|
MapMarkerEntityData.typeInfo | TypeInformation |
Constructors
MapMarkerEntityData
MapMarkerEntityData()
Creates a new MapMarkerEntityData frostbite instance.
MapMarkerEntityData
MapMarkerEntityData(guid: Guid)
Creates a new MapMarkerEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MapMarkerEntityData
MapMarkerEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to MapMarkerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to MapMarkerEntityData. |
MapMarkerEntityData
MapMarkerEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to MapMarkerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to MapMarkerEntityData. |
MapMarkerEntityData
MapMarkerEntityData(other: EntityData)
Casts an instance of type EntityData to MapMarkerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to MapMarkerEntityData. |
MapMarkerEntityData
MapMarkerEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to MapMarkerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to MapMarkerEntityData. |
MapMarkerEntityData
MapMarkerEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to MapMarkerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to MapMarkerEntityData. |
MapMarkerEntityData
MapMarkerEntityData(other: DataContainer)
Casts an instance of type DataContainer to MapMarkerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MapMarkerEntityData. |
Properties
baseTransform
progressMinTime
float
sid
string
nrOfPassengers
int
nrOfEntries
int
progressTime1Player
float
showRadius
float
hideRadius
float
blinkTime
float
markerType
visibleForTeam
ownerTeam
hudIcon
verticalOffset
float
focusPointRadius
float
instantFlagReturnRadius
float
progress
float
progressPlayerSpeedUpPercentage
float
trackedPlayersInRange
int
trackingPlayerRange
float
progressTime
float
onlyShowSnapped
bool
flagControlMarker
bool
showProgress
bool
useMarkerTransform
bool
isVisible
bool
snap
bool
showAirTargetBox
bool
isFocusPoint
bool
Static members
typeInfo
The type information for the MapMarkerEntityData type.