self:reset_projector

Client

Removes the currently active projector texture from the area 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 area light
local entity = light.area.create()

entity:reset_projector()

On this page