A function defined in BBMOD_PointLight.gml
bbmod_light_point_remove(_light)
Removes a point light so it is not sent to shaders anymore.
Name | Type | Description |
---|---|---|
_light | Struct.BBMOD_PointLight |
The point light to remove. |
Bool
Returns true
if the point light was removed or false
if the light was not found.
Please use bbmod_light_punctual_remove instead.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.