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)[源代码]

基类:evennia.commands.cmdset.CmdSet

Sets up the unlogged cmdset.

key = 'DefaultUnloggedin'
priority = 0
at_cmdset_creation()[源代码]

Populate the cmdset

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