Added Event Reset for SPAWN, GROUP and UNIT on SPAWN:ReSpawn()

This commit is contained in:
FlightControl
2017-04-11 08:19:06 +02:00
parent 321a33f0f6
commit 51c1da3557
5 changed files with 59 additions and 32 deletions

View File

@@ -990,5 +990,16 @@ do -- Event Handling
return self
end
--- Reset the subscriptions.
-- @param #UNIT self
-- @return #UNIT
function UNIT:ResetEvents( Event )
self:EventDispatcher():Reset( self )
return self
end
end