Package zombie.scripting.objects
Class ScriptModule
java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.ScriptModule
- All Implemented Interfaces:
IScriptObjectStore
-
Field Summary
Modifier and TypeFieldDescriptionfinal HashMap
boolean
final ArrayList
final HashMap
final ArrayList
final HashMap
final ArrayList
final HashMap
final HashMap
final TreeMap
final HashMap
final ArrayList
final HashMap
final HashMap
final HashMap
final ArrayList
final HashMap
final HashMap
final HashMap
Fields inherited from class zombie.scripting.objects.BaseScriptObject
module
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getModelScript
(String string) getName()
getSpecificItem
(String string) getVehicle
(String string) getVehicleEngineRPM
(String string) getVehicleTemplate
(String string) void
void
ParseScript
(String string) void
ParseScriptPP
(String string) void
Reset()
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:
getItem
in interfaceIScriptObjectStore
-
getModelScript
-
getRecipe
- Specified by:
getRecipe
in interfaceIScriptObjectStore
-
getVehicle
-
getVehicleTemplate
-
getVehicleEngineRPM
-
CheckExitPoints
public boolean CheckExitPoints() -
getName
-
Reset
public void Reset() -
getSpecificItem
-