evennia/docs/source/Components/Components-Overview.md

53 lines
1.5 KiB
Markdown
Raw Normal View History

2020-06-19 22:46:19 +02:00
# Core Components
These are the 'building blocks' out of which Evennia is built. This documentation is complementary to, and often goes deeper
than, the doc-strings of each component in the [API](../Evennia-API).
## Database entites
2020-07-11 00:14:13 +02:00
- [Typeclasses](./Typeclasses)
- [Sessions](./Sessions)
- [Acccounts](./Accounts)
2020-07-11 10:41:33 +02:00
- [Guests](../Concepts/Guest-Logins)
2020-07-11 00:14:13 +02:00
- [Objects](./Objects)
- [Scripts](./Scripts)
- [Channels and Messages](./Communications)
2020-07-11 10:41:33 +02:00
- [Attributes](./Attributes)
- [Nicks](./Nicks)
- [Tags](./Tags)
- [Spawner and prototypes](./Spawner-and-Prototypes)
- [Help entries](./Help-System)
2020-06-19 22:46:19 +02:00
## Commands
2020-07-11 10:41:33 +02:00
- [Commands](./Commands)
- [Command-Sets](./Command-Sets)
- [The Connection Screen](./Connection-Screen)
- [Available default Commands](./Default-Command-Help)
2020-07-11 00:14:13 +02:00
- [Batch-Processors](./Batch-Processors)
- [Batch-Code-Processor](./Batch-Code-Processor)
- [Batch-Command-Processor](./Batch-Command-Processor)
2020-06-19 22:46:19 +02:00
2020-07-11 10:41:33 +02:00
## Utils and tools
2020-06-19 22:46:19 +02:00
2020-07-11 10:41:33 +02:00
- [Misc Utils](./Coding-Utils)
2020-07-11 00:14:13 +02:00
- [EvEditor](./EvEditor)
- [EvMenu](./EvMenu)
- [EvMore](./EvMore)
- [MonitorHandler](./MonitorHandler)
- [TickerHandler](./TickerHandler)
- [Lock system](./Locks)
2020-06-19 22:46:19 +02:00
## Server and network
2020-07-11 00:14:13 +02:00
- [Portal](./Portal-And-Server)
- [Inputfuncs](./Inputfuncs)
- [Outputfuncs](./Outputfuncs)
2020-07-11 10:41:33 +02:00
- [Protocols](../Concepts/Custom-Protocols)
2020-07-11 00:14:13 +02:00
- [Server](./Server)
- [Server conf object](./Server-Conf)
- [Webserver](./Webserver)
- [Webclient](./Webclient)
- [Bootstrap](./Bootstrap-Components-and-Utilities)
2020-07-11 10:41:33 +02:00
- [Signals](./Signals)