Package io.pzstorm.storm.event
Class OnTriggerLuaEvent
java.lang.Object
io.pzstorm.storm.event.OnTriggerLuaEvent
- All Implemented Interfaces:
ZomboidEvent
This event fires when an in-game Lua event has been triggered. This event is only used
internally to catch most triggered Lua events, after which they are used to
dispatched
LuaEvent instances. For performance and usability reasons it is
recommended to subscribe to specific LuaEvents rather then this event.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
luaEvent
public final zombie.Lua.Event luaEvent -
args
-
-
Constructor Details
-
OnTriggerLuaEvent
-
-
Method Details
-
getName
Description copied from interface:ZomboidEventReturns a readable name that identifies this event.- Specified by:
getNamein interfaceZomboidEvent
-