Class BaseScriptObject

java.lang.Object
zombie.scripting.objects.BaseScriptObject
Direct Known Subclasses:
ContainerDistribution, Door, EvolvedRecipe, Fixing, FloorDistribution, 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 name, java.lang.String[] strArray)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • BaseScriptObject

      public BaseScriptObject()
  • Method Details

    • Load

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

      public ScriptModule getModule()