Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.Purge

From Valve Developer Community
< Dota 2 Workshop Tools‎ | Scripting‎ | API
Revision as of 13:48, 21 January 2015 by Noya (talk | contribs) (Created page with "Category:Dota2Function Category:CDOTA_BaseNPC == Function Description == ''' void Purge(bool RemovePositiveBuffs, bool RemoveDebuffs, bool BuffsCreatedThisFrameOnly...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Function Description

void Purge(bool RemovePositiveBuffs, bool RemoveDebuffs, bool BuffsCreatedThisFrameOnly, bool RemoveStuns, bool RemoveExceptions)

Removes certain type of modifiers on this unit.

For more info about what this function should remove refer to http://dota2.gamepedia.com/Purge



Returns

void