TicketCounterEntity
Inherits from GameEntity
Summary
Constructors
TicketCounterEntity(other: EntityBusPeer) |
TicketCounterEntity(other: Entity) |
TicketCounterEntity(other: SpatialEntity) |
TicketCounterEntity(other: GameEntity) |
Properties
Name | Type |
---|---|
team | TeamId |
ticketCount | int |
initialTicketCount | int |
controlledAreaValue | int |
Static members
Name | Type |
---|---|
TicketCounterEntity.typeInfo | TypeInformation |
Constructors
TicketCounterEntity
TicketCounterEntity(other: EntityBusPeer)
Parameters
Name | Type | Description |
---|---|---|
other | EntityBusPeer |
TicketCounterEntity
TicketCounterEntity(other: Entity)
Parameters
Name | Type | Description |
---|---|---|
other | Entity |
TicketCounterEntity
TicketCounterEntity(other: SpatialEntity)
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntity |
TicketCounterEntity
TicketCounterEntity(other: GameEntity)
Parameters
Name | Type | Description |
---|---|---|
other | GameEntity |
Properties
team
ticketCount
int
initialTicketCount
int
controlledAreaValue
int
Static members
typeInfo
Last modified October 9, 2022: Update changelog for 19549 (507929a4)