mirror of
https://github.com/OgelGames/fakelib.git
synced 2025-01-04 23:30:35 +01:00
fix copy-paste mistakes in docs
This commit is contained in:
parent
c1cf529712
commit
26580085f3
6
API.md
6
API.md
@ -59,7 +59,7 @@ Creates a new fake player.
|
|||||||
|
|
||||||
#### **`fakelib.create_inventory([sizes])`**
|
#### **`fakelib.create_inventory([sizes])`**
|
||||||
|
|
||||||
Creates a new fake player.
|
Creates a new fake inventory.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ Creates a new fake player.
|
|||||||
|
|
||||||
#### **`fakelib.create_metadata([data])`**
|
#### **`fakelib.create_metadata([data])`**
|
||||||
|
|
||||||
Creates a new fake player.
|
Creates a new fake metadata object.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
@ -134,4 +134,4 @@ local data = {
|
|||||||
energy = 300,
|
energy = 300,
|
||||||
}
|
}
|
||||||
local meta = fakelib.create_metadata(data)
|
local meta = fakelib.create_metadata(data)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user