Garry's Mod Wiki

Revision Difference

Enums/EF#514546

<cat>enum</cat>⤶ <enumeration>⤶ <description>Enumerations used by <page>Entity:AddEffects</page>, <page>Entity:RemoveEffects</page> and <page>Entity:IsEffectActive</page>.</description>⤶ <fields>{{EnumField|EF_BONEMERGE|1|Performs bone merge on client side</fields>⤶ ⤶ </enumeration>⤶ ⤶ {{EnumField|EF_BONEMERGE_FASTCULL|128|For use with EF_BONEMERGE. If this is set, then it places this ents origin at its parent and uses the parent's bbox + the max extents of the aiment. Otherwise, it sets up the parent's bones every frame to figure out where to place the aiment, which is inefficient because it'll setup the parent's bones even if the parent is not in the PVS.}}{{EnumField|EF_BRIGHTLIGHT|2|DLIGHT centered at entity origin}}{{EnumField|EF_DIMLIGHT|4|Player flashlight}}{{EnumField|EF_NOINTERP|8|Don't interpolate the next frame}}{{EnumField|EF_NOSHADOW|16|Disables shadow}}{{EnumField|EF_NODRAW|32|Prevents the entity from drawing and networking.}}{{EnumField|EF_NORECEIVESHADOW|64|Don't receive shadows}}{{EnumField|EF_ITEM_BLINK|256|Makes the entity blink}}{{EnumField|EF_PARENT_ANIMATES|512|Always assume that the parent entity is animating}}{{EnumField|EF_FOLLOWBONE|1024|Internal flag that is set by <page>Entity:FollowBone</page>}}⤶ }}