Class OnPostMapLoadEvent

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

public class OnPostMapLoadEvent extends Object implements LuaEvent
Triggered after a cell is loaded.
  • Field Details

    • isoCell

      public final zombie.iso.IsoCell isoCell
      The cell which was loaded.
    • x

      public final Integer x
      The position of cell along x-axis.
    • y

      public final Integer y
      The position of cell along y-axis.
  • Constructor Details

    • OnPostMapLoadEvent

      public OnPostMapLoadEvent(zombie.iso.IsoCell isoCell, Integer x, Integer y)