IPC

 

The IPC queue

expose
Opens a variable to the IPC queue

Example:
@insert "/lights.inc"
...
  // 'TOTALLIGHTS' defined as 200 in "lights.inc"
  expose light[TOTALLIGHTS] as LightQueue;
...
  for(x = 1;x <= TOTALLIGHTS;x++)
   light[x] = <0,0,0>;