bbmod_light_punctual_remove
A function defined in BBMOD_PunctualLight.gml
bbmod_light_punctual_remove(_light)
Description
Removes a punctual light so it is not sent to shaders anymore.
Arguments
| Name | Type | Description |
|---|---|---|
| _light | Struct.BBMOD_PunctualLight |
The punctual light to remove. |
Returns
Bool Returns true if the punctual light was removed or false if the light was not found.
See also
bbmod_light_punctual_add, bbmod_light_punctual_clear, bbmod_light_punctual_count, bbmod_light_punctual_get, bbmod_light_punctual_remove_index