mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Add Component overview
This commit is contained in:
parent
ad0704f967
commit
30745e8396
6 changed files with 139 additions and 4 deletions
53
docs/source/Component/Component-Overview.md
Normal file
53
docs/source/Component/Component-Overview.md
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# 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
|
||||
|
||||
- [Typeclasses](Typeclasses)
|
||||
- [Sessions](Sessions)
|
||||
- [Acccounts](Accounts)
|
||||
- [Guests](../Concept/Guest-Logins)
|
||||
- [Objects](Objects)
|
||||
- [Scripts](Scripts)
|
||||
- [Channels and Messages](Communications)
|
||||
- [Attributes](Attributes)
|
||||
- [Nicks](Nicks)
|
||||
- [Tags](Tags)
|
||||
- [Help system](Help-System)
|
||||
- [Spawner and prototypes](Spawner-and-Prototypes)
|
||||
|
||||
## Commands
|
||||
|
||||
- [Command-System](Command system)
|
||||
- [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)
|
||||
|
||||
## Utils
|
||||
|
||||
- [Coding-Utils](Coding-Utils)
|
||||
- [EvEditor](EvEditor)
|
||||
- [EvMenu](EvMenu)
|
||||
- [EvMore](EvMore)
|
||||
- [MonitorHandler](MonitorHandler)
|
||||
- [TickerHandler](TickerHandler)
|
||||
- [Lock system](Locks)
|
||||
|
||||
## Server and network
|
||||
|
||||
- [Signals](Signals)
|
||||
- [Portal](Portal-And-Server)
|
||||
- [Inputfuncs](Inputfuncs)
|
||||
- [Outputfuncs](Outputfuncs)
|
||||
- [Protocols](../Concept/Custom-Protocols)
|
||||
- [Server](Server)
|
||||
- [Server conf object](Server-Conf)
|
||||
- [Webserver](Webserver)
|
||||
- [Webclient](Webclient)
|
||||
- [Bootstrap](Bootstrap-Components-and-Utilities)
|
||||
Loading…
Add table
Add a link
Reference in a new issue