lighting 
Vars | |
| corners_queue | List of lighting corners queued for update. |
|---|---|
| current_sources | Snapshot of sources_queue currently being processed this fire() cycle. |
| objects_queue | List of lighting objects queued for update. |
| sources_queue | List of lighting sources queued for update. |
Procs | |
| setup_static_lighting_if_needed | Takes a list of turfs in, and sets up static lighting for them as needed. Exactly what it says on the tin. |
Var Details
corners_queue 
List of lighting corners queued for update.
current_sources 
Snapshot of sources_queue currently being processed this fire() cycle.
objects_queue 
List of lighting objects queued for update.
sources_queue 
List of lighting sources queued for update.
Proc Details
setup_static_lighting_if_needed
Takes a list of turfs in, and sets up static lighting for them as needed. Exactly what it says on the tin.