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

54 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-06-19 22:46:19 +02:00
- [Guests](../Concept/Guest-Logins)
2020-07-11 00:14:13 +02:00
- [Objects](./Objects)
- [Scripts](./Scripts)
- [Channels and Messages](./Communications)
- [Attributes](./Attributes)
- [Nicks](./Nicks)
- [Tags](./Tags)
- [Help system](./Help-System)
- [Spawner and prototypes](./Spawner-and-Prototypes)
2020-06-19 22:46:19 +02:00
## Commands
- [Command-System](Command system)
2020-07-11 00:14:13 +02:00
- [Command-Sets](./Command-Sets)
- [Commands](./Commands)
- [The Connection Screen](./Connection-Screen)
- [Available default Commands](./Default-Command-Help)
- [Batch-Processors](./Batch-Processors)
- [Batch-Code-Processor](./Batch-Code-Processor)
- [Batch-Command-Processor](./Batch-Command-Processor)
2020-06-19 22:46:19 +02:00
## Utils
2020-07-11 00:14:13 +02:00
- [Coding-Utils](./Coding-Utils)
- [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
- [Signals](./Signals)
- [Portal](./Portal-And-Server)
- [Inputfuncs](./Inputfuncs)
- [Outputfuncs](./Outputfuncs)
2020-06-19 22:46:19 +02:00
- [Protocols](../Concept/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)