SCPT

From OpenMW Wiki
Revision as of 13:54, 22 February 2013 by Ezzetabi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SCPT, Script.

SCHD = 52 bytes, Script Header as described.
    32 bytes, string. Name.
    4 bytes, integer. NumShorts.
    4 bytes, integer. NumLongs.
    4 bytes, integer. NumFloats.
    4 bytes, integer. ScriptDataSize.
    4 bytes, integer. LocalVarSize.
SCVR = Variable length, string[]. List of all the local script variables seperated by '\0' (null characters).
SCDT = Variable length, string. Compiled script data.
SCTX = Variable length, string. Script text.

Go back to main esx page.