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)