Frictional Games Forum (read-only)

Full Version: Delete a light
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What's the function code for deleting a light?. I know how to unlit lamps but not erasing lights.


EDIT: I figgured it out.

void SetLightVisible(string& asLightName, bool abVisible); Smile