nwnintf
Interface ScriptSlotRef

All Known Implementing Classes:
BlueSlotRef

public interface ScriptSlotRef

Placeholder for now. All things that represent the name of a place that a script can be attached will implement this interface. It will have useful methods then, too.


Method Summary
 SavedSlot save(ModFile mod, SezFile sez, ResRef script)
           
 

Method Detail

save

public SavedSlot save(ModFile mod,
                      SezFile sez,
                      ResRef script)
               throws java.lang.Exception
java.lang.Exception