Frictional Games Forum (read-only)
Frictional Games Forum (read-only)
>
Amnesia: The Dark Descent
>
Custom Stories, TCs & Mods - Development
>
Development Support
> how to deactivate boxlights?
Full Version:
how to deactivate boxlights?
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Dizturbed
08-01-2011, 04:08 PM
I would like to know how to shut off a boxlight.. I've tried SetEntityActive, and SetLampLit, but it wont work.. :S
I need help !
-Dizturbed
Kyle
08-01-2011, 04:11 PM
SetLightVisible(string& asLightName, bool abVisible);
Enables/disables lights.
asLightName - internal name
abVisible - determines the state of the light
Dizturbed
08-01-2011, 04:11 PM
Wow, wrong destination... Sorry :S
Dizturbed
08-01-2011, 05:21 PM
Thank you very much
Frictional Games Forum (read-only)
>
Amnesia: The Dark Descent
>
Custom Stories, TCs & Mods - Development
>
Development Support
> how to deactivate boxlights?