Action.this

Create a new action specifying the id, event callback and priority. Id must be unique otherwise a logger error is thrown. Priority must be in range 0..255.

class Action(T)
this
(
string id
,
void delegate
(
T
,)
event
,
ubyte priority
)

Meta