mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
Update doc look, fix some typos
This commit is contained in:
parent
7d277fb7dd
commit
5d072dae8e
5 changed files with 29 additions and 21 deletions
|
|
@ -1,10 +1,11 @@
|
|||
# Attributes
|
||||
|
||||
```python
|
||||
# in-game
|
||||
```{code-block} bash
|
||||
:caption: In-game
|
||||
> set obj/myattr = "test"
|
||||
|
||||
# in code
|
||||
```
|
||||
```{code-block} python
|
||||
:caption: In-code
|
||||
obj.db.foo = [1,2,3, "bar"]
|
||||
value = obj.db.foo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue