Class OnObjectRightMouseButtonDownEvent

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

public class OnObjectRightMouseButtonDownEvent extends Object implements LuaEvent
Triggered when right mouse button clicked on IsoObject.
See Also:
  • Field Details

    • object

      public final zombie.iso.IsoObject object
      Object clicked on.
    • x

      public final Double x
      Position of mouse along x-axis.
    • y

      public final Double y
      Position of mouse along y-axis.
  • Constructor Details

    • OnObjectRightMouseButtonDownEvent

      public OnObjectRightMouseButtonDownEvent(zombie.iso.IsoObject object, Double x, Double y)