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 |
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
Static members
typeInfo
Last modified May 23, 2022: fix: inherits from EntityBusPeer (4eabb2cb)