View Source Kalevala.World.Zone behaviour (kalevala v0.1.0)

Zones group together Rooms into a logical space

Link to this section Summary

Callbacks

Called when the zone is initializing

Functions

Returns a specification to start this module under a supervisor.

Replace internal zone state

Link to this section Types

Link to this section Callbacks

@callback init(zone :: t()) :: t()

Called when the zone is initializing

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Replace internal zone state