nwnintf
Class SavedScripts

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

public class SavedScripts
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.


Constructor Summary
SavedScripts(NwnModule nwn)
           
 
Method Summary
 java.util.Collection save(java.util.Collection scriptslots)
          Set the ScriptSlots in the module to these ones.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavedScripts

public SavedScripts(NwnModule nwn)
Method Detail

save

public java.util.Collection save(java.util.Collection scriptslots)
                          throws java.lang.Exception
Set the ScriptSlots in the module to these ones.

Returns:
A collection of SlotValue describing the exact changes made to all blueprints and other scriptable objects (like dialog nodes).
java.lang.Exception