function
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.
BBMOD_PointLight, bbmod_light_point_add, bbmod_light_point_clear, bbmod_light_point_count, bbmod_light_point_get, bbmod_light_point_remove_index
Copyright © 2022, BlueBurn. Built on May 18, 2022 using GMDoc.