kalevala v0.1.0 Kalevala.Event View Source

An internal event

Link to this section Summary

Functions

Set the end time on an event

Set the start time on an event

Timing for an event in microseconds

Link to this section Types

Link to this type

item_request_drop()

View Source
item_request_drop() :: %Kalevala.Event{
  acting_character: term(),
  data: term(),
  from_pid: term(),
  metadata: term(),
  topic: Kalevala.Event.ItemDrop.Request
}
Link to this type

item_request_pickup()

View Source
item_request_pickup() :: %Kalevala.Event{
  acting_character: term(),
  data: term(),
  from_pid: term(),
  metadata: term(),
  topic: Kalevala.Event.ItemPickUp.Request
}
Link to this type

message()

View Source
message() :: %Kalevala.Event{
  acting_character: term(),
  data: term(),
  from_pid: term(),
  metadata: term(),
  topic: Kalevala.Event.Message
}
Link to this type

movement_request()

View Source
movement_request() :: %Kalevala.Event{
  acting_character: term(),
  data: term(),
  from_pid: term(),
  metadata: term(),
  topic: Kalevala.Event.Movement.Request
}
Link to this type

movement_voting()

View Source
movement_voting() :: %Kalevala.Event{
  acting_character: term(),
  data: term(),
  from_pid: term(),
  metadata: term(),
  topic: Kalevala.Event.Movement.Voting
}
Link to this type

t()

View Source
t() :: %Kalevala.Event{
  acting_character: term(),
  data: term(),
  from_pid: term(),
  metadata: term(),
  topic: term()
}

Link to this section Functions

Set the end time on an event

Set the start time on an event

Timing for an event in microseconds