View Source Actors.Actor.Entity.EntityState (spawn v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Actors.Actor.Entity.EntityState{
  actor: Eigr.Functions.Protocol.Actors.Actor.t(),
  opts: Keyword.t(),
  state_hash: binary(),
  system: String.t()
}

Link to this section Functions