GLOB

From OpenMW Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Global Variable

NAME = variable length, string. Global identifier.
FNAM = 1 byte, char. Type of global.
      -- 's' = short,
      -- 'l' = integer,
      -- 'f' = float.
FLTV = 4 bytes, float. If the type is integer any value that cannot be represented has to be read as 0.

Go back to main esx page.