zombie.scripting.objects
Class ShelfDistribution

java.lang.Object
  extended by zombie.scripting.objects.BaseScriptObject
      extended by zombie.scripting.objects.ShelfDistribution

public class ShelfDistribution
extends BaseScriptObject

Author:
LEMMY

Nested Class Summary
 class ShelfDistribution.Entry
           
 
Field Summary
 java.util.ArrayList<ShelfDistribution.Entry> Entries
           
 int LootedValue
           
 java.lang.String Zone
           
 
Fields inherited from class zombie.scripting.objects.BaseScriptObject
module
 
Constructor Summary
ShelfDistribution()
           
 
Method Summary
 void Load(java.lang.String name, java.lang.String[] strArray)
           
 void Process(IsoCell cell)
           
 
Methods inherited from class zombie.scripting.objects.BaseScriptObject
getModule
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Zone

public java.lang.String Zone

LootedValue

public int LootedValue

Entries

public java.util.ArrayList<ShelfDistribution.Entry> Entries
Constructor Detail

ShelfDistribution

public ShelfDistribution()
Method Detail

Load

public void Load(java.lang.String name,
                 java.lang.String[] strArray)
Overrides:
Load in class BaseScriptObject

Process

public void Process(IsoCell cell)