Package zombie.scripting.objects
Class BaseScriptObject
java.lang.Object
zombie.scripting.objects.BaseScriptObject
- Direct Known Subclasses:
EvolvedRecipe,Fixing,GameSoundScript,Item,ModelScript,Recipe,RuntimeAnimationScript,ScriptModule,SoundTimelineScript,UniqueRecipe,VehicleEngineRPM,VehicleScript,VehicleTemplate
public class BaseScriptObject
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description ScriptModulemodule -
Constructor Summary
Constructors Constructor Description BaseScriptObject() -
Method Summary
Modifier and Type Method Description ScriptModulegetModule()voidLoad(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
-