self:reset_projector
Client
Removes the currently active projector texture from the spot light
Syntax
local status = self:reset_projector()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
local entity = light.spot.create()
entity:reset_projector()