Garry's Mod Wiki

Garry's Mod Wiki

  Entity:RemoveAllDecals()

Description

Removes all decals from the entities surface.

Example

Removes all decals from all props in world.

for i, ent in ipairs( ents.FindByClass( "prop_physics" ) ) do ent:RemoveAllDecals() end

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...