bbmod_light_point_remove DEPRECATED

A function defined in BBMOD_PointLight.gml

bbmod_light_point_remove(_light)

Description

Removes a point light so it is not sent to shaders anymore.

Arguments

Name Type Description
_light Struct.BBMOD_PointLight The point light to remove.

Returns

Bool Returns true if the point light was removed or false if the light was not found.

Deprecated

Please use bbmod_light_punctual_remove instead.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on April 18, 2024 using GMDoc.