A function defined in BBMOD_PunctualLight.gml
bbmod_light_punctual_remove(_light)
Removes a punctual light so it is not sent to shaders anymore.
Name | Type | Description |
---|---|---|
_light | Struct.BBMOD_PunctualLight |
The punctual light to remove. |
Bool
Returns true
if the punctual light was removed or false
if the light was not found.
bbmod_light_punctual_add, bbmod_light_punctual_clear, bbmod_light_punctual_count, bbmod_light_punctual_get, bbmod_light_punctual_remove_index
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.