SCPT

From OpenMW Wiki
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.