nwnintf
Class SezFile

java.lang.Object
  |
  +--nwnintf.SezFile

public class SezFile
extends java.lang.Object

Represent and maintain the list of blueprint slots and scripts that have been inserted by scriptease into the module. Sit on top of the .sez ItpFile, particulary the .ResList element.


Field Summary
static java.lang.String INSTELT
           
static java.lang.String RESLISTELT
           
static ResRef SEZRES
           
 
Constructor Summary
SezFile(NwnModule nwn)
           
 
Method Summary
 byte[] getInstanceData()
           
 ItpFile itp()
           
 ItpEntry newReslistEntry()
           
 void removeFromReslist(ItpEntry entry)
           
 ItpListElt reslist()
           
 void save()
           
 void setInstanceData(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEZRES

public static ResRef SEZRES

RESLISTELT

public static java.lang.String RESLISTELT

INSTELT

public static java.lang.String INSTELT
Constructor Detail

SezFile

public SezFile(NwnModule nwn)
        throws java.lang.Exception
Method Detail

removeFromReslist

public void removeFromReslist(ItpEntry entry)

newReslistEntry

public ItpEntry newReslistEntry()

reslist

public ItpListElt reslist()

itp

public ItpFile itp()

getInstanceData

public byte[] getInstanceData()

setInstanceData

public void setInstanceData(byte[] data)

save

public void save()
          throws java.lang.Exception
java.lang.Exception