PointClickEngine::Core::Events::CustomEvent
Inherits PointClickEngine::Core::Events::GameEvent < Reference < Object
Generic custom event for scripts and user-defined events
Constructors
new(custom_type : String, data : Hash(String, String) = {} of String => String)
SourceClass methods
event_type
Instance methods
custom_type
Sourcedata
Sourceget_bool(key : String) : Bool
Sourceget_float(key : String) : Float32
Sourceget_int(key : String) : Int32
Sourceget_string(key : String) : String
Source