Entity.RemoveEffects

From GMod Wiki

Jump to: navigation, search
Function
Syntax Entity:RemoveEffects( Enum effect )
Description:
Remove a engine effect from an entity.
Returns: nil
In Object: Entity
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Entity.RemoveEffects]Entity.RemoveEffects [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionRemoves a engine effect from the entity.
Used onNewerShared.png
Code
 
Entity:RemoveEffects(EF_ITEM_BLINK);
 
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox