zombie.scripting.objects
Class BaseScriptObject

java.lang.Object
  extended by zombie.scripting.objects.BaseScriptObject
Direct Known Subclasses:
ContainerDistribution, Door, FloorDistribution, Inventory, Item, LanguageDefinition, Recipe, Room, Script, ScriptActivatable, ScriptCharacter, ScriptContainer, ScriptFlag, ScriptModule, ScriptTalker, ShelfDistribution, Waypoint, Zone

public class BaseScriptObject
extends java.lang.Object

Author:
LEMMY

Field Summary
 ScriptModule module
           
 
Constructor Summary
BaseScriptObject()
           
 
Method Summary
 ScriptModule getModule()
           
 void Load(java.lang.String name, java.lang.String[] strArray)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public ScriptModule module
Constructor Detail

BaseScriptObject

public BaseScriptObject()
Method Detail

Load

public void Load(java.lang.String name,
                 java.lang.String[] strArray)

getModule

public ScriptModule getModule()