Entity.RemoveEffects

From GMod Wiki

Revision as of 13:18, 28 October 2010 by Chewgum (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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