GLOB

From OpenMW Wiki
Jump to navigation Jump to search

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.