Class OnObjectAboutToBeRemovedEvent

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

public class OnObjectAboutToBeRemovedEvent extends Object implements LuaEvent
Triggered before an IsoObject is removed from world.
  • Field Details

    • object

      public final zombie.iso.IsoObject object
      Object to be removed from world.
  • Constructor Details

    • OnObjectAboutToBeRemovedEvent

      public OnObjectAboutToBeRemovedEvent(zombie.iso.IsoObject object)