Entity.RemoveEffects
From GMod Wiki
Function | |
Syntax | Entity:RemoveEffects( Enum effect ) |
Description: | |
Remove a engine effect from an entity. | |
Returns: | nil |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.RemoveEffects]Entity.RemoveEffects [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Removes a engine effect from the entity. |
---|---|
Used on | |
Code | Entity:RemoveEffects(EF_ITEM_BLINK); |
Output | N/A |
See Also
- Entity:AddEffects
- Entity:IsEffectActive
- Effect flags can be seen here: Effect Flags