GLOB

From OpenMW Wiki
Revision as of 10:55, 21 February 2013 by Ezzetabi (talk | contribs) (Glob)
(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' = long
    -- 'f' = float
FLTV = 4 bytes, float. Data.

Go back to main esx page.