mirror of
https://github.com/SpaxscE/LunasFlightSchool.git
synced 2025-03-04 03:13:27 -05:00
add missing lvs client functions
This commit is contained in:
parent
46001fc422
commit
5d728b0618
@ -13,6 +13,15 @@ function ENT:Think()
|
||||
|
||||
self:ExhaustFX()
|
||||
self:DamageFX()
|
||||
|
||||
if not self:IsInitialized() then return end
|
||||
|
||||
if self:HandleActive() then
|
||||
self:OnFrameActive()
|
||||
end
|
||||
|
||||
self:HandleTrail()
|
||||
self:OnFrame()
|
||||
end
|
||||
|
||||
function ENT:DamageFX()
|
||||
@ -40,6 +49,13 @@ function ENT:EngineActiveChanged( bActive )
|
||||
end
|
||||
|
||||
function ENT:OnRemove()
|
||||
self:StopEmitter()
|
||||
self:StopWindSounds()
|
||||
self:StopFlyBy()
|
||||
self:StopDeathSound()
|
||||
|
||||
self:OnRemoved()
|
||||
|
||||
self:SoundStop()
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user