mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix default locktype index for help entries in docs. Resolve #3562
This commit is contained in:
parent
468d0812d9
commit
86c65b08d7
1 changed files with 2 additions and 1 deletions
|
|
@ -99,7 +99,8 @@ Below are the access_types checked by the default commandset.
|
|||
- `send` - who may send to the channel.
|
||||
- `listen` - who may subscribe and listen to the channel.
|
||||
- [HelpEntry](./Help-System.md):
|
||||
- `examine` - who may view this help entry (usually everyone)
|
||||
- `view` - if the help entry header should show up in the help index
|
||||
- `read` - who may view this help entry (usually everyone)
|
||||
- `edit` - who may edit this help entry.
|
||||
|
||||
So to take an example, whenever an exit is to be traversed, a lock of the type *traverse* will be checked. Defining a suitable lock type for an exit object would thus involve a lockstring `traverse: <lock functions>`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue