Package zombie.scripting.objects
Class BaseScriptObject
java.lang.Object
zombie.scripting.objects.BaseScriptObject
- Direct Known Subclasses:
ContainerDistribution
,Door
,EvolvedRecipe
,Fixing
,FloorDistribution
,GameSoundScript
,Inventory
,Item
,LanguageDefinition
,Recipe
,Room
,Script
,ScriptActivatable
,ScriptCharacter
,ScriptContainer
,ScriptFlag
,ScriptModule
,ScriptTalker
,ShelfDistribution
,UniqueRecipe
,VehicleScript
,VehicleTemplate
,Waypoint
,Zone
public class BaseScriptObject
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description ScriptModule
module
-
Constructor Summary
Constructors Constructor Description BaseScriptObject()
-
Method Summary
Modifier and Type Method Description ScriptModule
getModule()
void
Load(java.lang.String string, java.lang.String[] stringArray)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
module
-
-
Constructor Details
-
BaseScriptObject
public BaseScriptObject()
-
-
Method Details
-
Load
public void Load(java.lang.String string, java.lang.String[] stringArray) -
getModule
-