KillCounterEntity
Inherits from GameEntity
Summary
Constructors
KillCounterEntity(other: EntityBusPeer) |
KillCounterEntity(other: Entity) |
KillCounterEntity(other: SpatialEntity) |
KillCounterEntity(other: GameEntity) |
Properties
Name | Type |
---|---|
killCount | int |
maxKillCount | int |
Static members
Name | Type |
---|---|
KillCounterEntity.typeInfo | TypeInformation |
Constructors
KillCounterEntity
KillCounterEntity(other: EntityBusPeer)
Parameters
Name | Type | Description |
---|---|---|
other | EntityBusPeer |
KillCounterEntity
KillCounterEntity(other: Entity)
Parameters
Name | Type | Description |
---|---|---|
other | Entity |
KillCounterEntity
KillCounterEntity(other: SpatialEntity)
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntity |
KillCounterEntity
KillCounterEntity(other: GameEntity)
Parameters
Name | Type | Description |
---|---|---|
other | GameEntity |
Properties
killCount
int
maxKillCount
int
Static members
typeInfo
Last modified May 23, 2022: fix: inherits from EntityBusPeer (4eabb2cb)