LifeCounter:BaseDestroyed
LifeCounter:BaseDestroyed(lifeCounter: Entity, isFinalBase: bool)
Parameters
Name | Type | Description |
---|---|---|
lifeCounter | Entity | |
isFinalBase | bool |
Example
Events:Subscribe('LifeCounter:BaseDestroyed', function(lifeCounter, isFinalBase)
-- Do stuff here.
end)
Last modified November 3, 2022: Adjust `LifeCounter:BaseDestroyed` event name (d0777ac2)