Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.Purge
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search

Function Description
void Purge(bool bRemovePositiveBuffs, bool bRemoveDebuffs, bool bFrameOnly, bool bRemoveStuns, bool bRemoveExceptions)
(bool RemovePositiveBuffs, bool RemoveDebuffs, bool BuffsCreatedThisFrameOnly, bool RemoveStuns, bool RemoveExceptions
- Example
function CDOTA_BaseNPC:Purge( bRemovePositiveBuffs, bRemoveDebuffs, bFrameOnly, bRemoveStuns, bRemoveExceptions ) end
Parameters
Type | Name | Description |
---|---|---|
bool | bRemovePositiveBuffs | No Description Set |
bool | bRemoveDebuffs | No Description Set |
bool | bFrameOnly | No Description Set |
bool | bRemoveStuns | No Description Set |
bool | bRemoveExceptions | No Description Set |