GLOB

From OpenMW Wiki
Revision as of 11:08, 28 February 2013 by Ezzetabi (talk | contribs) (Fixed.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.