SCPT

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.

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.