Class OnObjectAddedEvent

java.lang.Object
io.pzstorm.storm.event.lua.OnObjectAddedEvent
All Implemented Interfaces:
LuaEvent, ZomboidEvent

public class OnObjectAddedEvent extends Object implements LuaEvent
Triggered after IsoObject has been added to world.
  • Field Details

    • object

      public final zombie.iso.IsoObject object
      Object that was just added to world.
  • Constructor Details

    • OnObjectAddedEvent

      public OnObjectAddedEvent(zombie.iso.IsoObject object)