GTA V NativesgraphicsGraphics::removeDecalsFromObjectFacingOn this pageGraphics::removeDecalsFromObjectFacingSyntax ```js mp.game.graphics.removeDecalsFromObjectFacing(obj, x, y, z); ``` Required Arguments obj: Object handle or object x: float y: float z: float Return value Undefined Example ```js // todo ``` See also