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 |
| deathCountSinceReinforce | int |
| objectiveAliveCount | int |
| lifeTreshold | int |
| baseAliveCount | int |
| teamId | TeamId |
| isAttacker | bool |
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
deathCountSinceReinforce
int
objectiveAliveCount
int
lifeTreshold
int
baseAliveCount
int
teamId
isAttacker
bool
Static members
typeInfo
Last modified November 2, 2022: Update changelog for 19963 (9f161b98)