LifeCounterEntity
Inherits from GameEntity
Summary
Constructors
| LifeCounterEntity(other: EntityBusPeer) |
| LifeCounterEntity(other: Entity) |
| LifeCounterEntity(other: SpatialEntity) |
| LifeCounterEntity(other: GameEntity) |
Properties
| Name | Type |
|---|---|
| startingLifeCounter | int |
| lifeCounter | int |
| reinforceCounter | int |
| objectiveAliveCount | int |
| baseAliveCount | int |
Static members
| Name | Type |
|---|---|
| LifeCounterEntity.typeInfo | TypeInformation |
Constructors
LifeCounterEntity
LifeCounterEntity(other: EntityBusPeer)
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityBusPeer |
LifeCounterEntity
LifeCounterEntity(other: Entity)
Parameters
| Name | Type | Description |
|---|---|---|
| other | Entity |
LifeCounterEntity
LifeCounterEntity(other: SpatialEntity)
Parameters
| Name | Type | Description |
|---|---|---|
| other | SpatialEntity |
LifeCounterEntity
LifeCounterEntity(other: GameEntity)
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameEntity |
Properties
startingLifeCounter
int
lifeCounter
int
reinforceCounter
int
objectiveAliveCount
int
baseAliveCount
int
Static members
typeInfo
Last modified May 23, 2022: fix: inherits from EntityBusPeer (4eabb2cb)