class

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)
Source

Class methods

event_type

Instance methods

custom_type
Source
data
Source
get_bool(key : String) : Bool
Source
get_float(key : String) : Float32
Source
get_int(key : String) : Int32
Source
get_string(key : String) : String
Source