TicketCounterEntityData
Inherits from GameEntityData
Summary
Constructors
TicketCounterEntityData() |
TicketCounterEntityData(guid: Guid) |
TicketCounterEntityData(other: GameEntityData) |
TicketCounterEntityData(other: SpatialEntityData) |
TicketCounterEntityData(other: EntityData) |
TicketCounterEntityData(other: GameObjectData) |
TicketCounterEntityData(other: GameDataContainer) |
TicketCounterEntityData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
TicketCounterEntityData.typeInfo | TypeInformation |
Constructors
TicketCounterEntityData
TicketCounterEntityData()
Creates a new TicketCounterEntityData frostbite instance.
TicketCounterEntityData
TicketCounterEntityData(guid: Guid)
Creates a new TicketCounterEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
TicketCounterEntityData
TicketCounterEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to TicketCounterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to TicketCounterEntityData. |
TicketCounterEntityData
TicketCounterEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to TicketCounterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to TicketCounterEntityData. |
TicketCounterEntityData
TicketCounterEntityData(other: EntityData)
Casts an instance of type EntityData to TicketCounterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to TicketCounterEntityData. |
TicketCounterEntityData
TicketCounterEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to TicketCounterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to TicketCounterEntityData. |
TicketCounterEntityData
TicketCounterEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to TicketCounterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to TicketCounterEntityData. |
TicketCounterEntityData
TicketCounterEntityData(other: DataContainer)
Casts an instance of type DataContainer to TicketCounterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to TicketCounterEntityData. |
Properties
ticketPercentages
ticketLossPerMin
int
decreaseTickets
teamId
ticketLossWhenLostAll
int
ticketLossWhenLostAllControlsPoint
int
initialTicketCount
int
ticketLossStart
int
setBestSquadSpawner
bool
haltTicketLossOnEqualPointCount
bool
resetCapturePointsOnReset
bool
spawnAlwaysAllowed
bool
Static members
typeInfo
The type information for the TicketCounterEntityData type.