Package zombie.scripting.objects
Class ScriptModule
java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.ScriptModule
- All Implemented Interfaces:
IScriptObjectStore
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal HashMapbooleanfinal ArrayListfinal HashMapfinal ArrayListfinal HashMapfinal ArrayListfinal HashMapfinal HashMapfinal TreeMapfinal HashMapfinal ArrayListfinal HashMapfinal HashMapfinal HashMapfinal ArrayListfinal HashMapfinal HashMapfinal HashMapFields inherited from class zombie.scripting.objects.BaseScriptObject
module -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetModelScript(String string) getName()getSpecificItem(String string) getVehicle(String string) getVehicleEngineRPM(String string) getVehicleTemplate(String string) voidvoidParseScript(String string) voidParseScriptPP(String string) voidReset()Methods inherited from class zombie.scripting.objects.BaseScriptObject
getModule, Load
-
Field Details
-
name
-
value
-
ItemMap
-
GameSoundMap
-
GameSoundList
-
AnimationsMeshMap
-
MannequinScriptMap
-
ModelScriptMap
-
RuntimeAnimationScriptMap
-
SoundTimelineMap
-
VehicleMap
-
VehicleTemplateMap
-
VehicleEngineRPMMap
-
RecipeMap
-
RecipeByName
-
RecipesWithDotInName
-
EvolvedRecipeMap
-
UniqueRecipeMap
-
FixingMap
-
Imports
-
disabled
public boolean disabled
-
-
Constructor Details
-
ScriptModule
public ScriptModule()
-
-
Method Details
-
Load
-
ParseScript
-
ParseScriptPP
-
getItem
- Specified by:
getItemin interfaceIScriptObjectStore
-
getModelScript
-
getRecipe
- Specified by:
getRecipein interfaceIScriptObjectStore
-
getVehicle
-
getVehicleTemplate
-
getVehicleEngineRPM
-
CheckExitPoints
public boolean CheckExitPoints() -
getName
-
Reset
public void Reset() -
getSpecificItem
-