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

80 lines
1.3 KiB
Markdown
Raw Normal View History

# 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.md).
2022-11-19 20:24:11 +01:00
## Basic entites
These are base pieces used to make an Evennia game. Most are long-lived and are persisted in the database.
```{toctree}
:maxdepth: 2
Typeclasses.md
Sessions.md
Accounts.md
Objects.md
Scripts.md
Channels.md
Msg.md
Attributes.md
Nicks.md
Tags.md
Prototypes.md
Help-System.md
Permissions.md
2022-11-19 20:24:11 +01:00
Portal-And-Server.md
```
## Commands
2022-11-19 20:24:11 +01:00
Evennia's Command system handle everything sent to the server by the user.
```{toctree}
:maxdepth: 2
Command-System.md
Commands.md
Command-Sets.md
Default-Commands.md
Connection-Screen.md
Batch-Processors.md
Batch-Code-Processor.md
Batch-Command-Processor.md
2022-11-19 20:24:11 +01:00
Inputfuncs.md
```
## Utils and tools
2022-11-19 20:24:11 +01:00
Evennia provides a library of code resources to help the creation of a game.
```{toctree}
:maxdepth: 2
Coding-Utils.md
EvEditor.md
EvForm.md
EvMenu.md
EvMore.md
EvTable.md
FuncParser.md
MonitorHandler.md
TickerHandler.md
Locks.md
Signals.md
```
## Web components
2022-11-19 20:24:11 +01:00
Evennia is also its own webserver, with a website and in-browser webclient you can expand on.
```{toctree}
:maxdepth: 2
Website.md
2022-11-19 20:24:11 +01:00
Webclient.md
Web-Admin.md
Webserver.md
2022-11-19 20:24:11 +01:00
Web-API.md
Web-Bootstrap-Framework.md
2022-11-19 20:24:11 +01:00
```