evennia.commands.default.cmdset_unloggedin

This module describes the unlogged state of the default game. The setting STATE_UNLOGGED should be set to the python path of the state instance in this module.

class evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet(cmdsetobj=None, key=None)[source]

Bases: evennia.commands.cmdset.CmdSet

Sets up the unlogged cmdset.

key = 'DefaultUnloggedin'
priority = 0
at_cmdset_creation()[source]

Populate the cmdset

path = 'evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet'