SYNOPSIS:

root.global: struct containing global state of Eccet

DESCRIPTION:

This struct contains several variables that contain global
state of voxren:
- quit (int) quitstate (as set by QUITPROGRAM)
- framenum (int) current framenumber for inclusion in
  script-generated files.
- escape (int) shows if escape has been pressed since a
  function that uses escape as abort key reset it.
- gamma (double) gamma correction parameter.
- threads (int) the maximum number of threads to use when
  doing parallel operations.
- recordmode (int) numeric mode for recording. Use
  func.eccet.getrecordmodename to convert to a string.
- realtimerecord (double) frametime of saved video (0.04s usually
  for 25Hz) for recording in pseudo-realtime.
- personality (string) read-only value stating the personality
  Eccet has assumed at startup.
Moreover, it has several sub-structures that have their own
manpages. These are listen under "SEE ALSO" below.

SEE ALSO:

expression, variable, function,
root.global.window, root.global.tcp, root.global.udp,
root.global.dir, root.global.debug, root.global.input
root.global.pointer