self:reset_projector

Client

Removes the currently active projector texture from the point light


Syntax

local status = self:reset_projector()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Remove the projector texture from a point light
local entity = light.point.create()

entity:reset_projector()

On this page