SCPT: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(SCPT, Script.)
 
mNo edit summary
 
Line 11: Line 11:
  SCDT = Variable length, string. Compiled script data.
  SCDT = Variable length, string. Compiled script data.
  SCTX = Variable length, string. Script text.
  SCTX = Variable length, string. Script text.
{{backtoesx}}

Latest revision as of 13:54, 22 February 2013

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.