mirror of
https://github.com/OgelGames/fakelib.git
synced 2025-04-29 16:00:27 +02:00
Compare commits
No commits in common. "master" and "v1.0.0" have entirely different histories.
4
API.md
4
API.md
@ -59,7 +59,7 @@ Creates a new fake player.
|
||||
|
||||
#### **`fakelib.create_inventory([sizes])`**
|
||||
|
||||
Creates a new fake inventory.
|
||||
Creates a new fake player.
|
||||
|
||||
**Arguments**
|
||||
|
||||
@ -67,7 +67,7 @@ Creates a new fake inventory.
|
||||
|
||||
#### **`fakelib.create_metadata([data])`**
|
||||
|
||||
Creates a new fake metadata object.
|
||||
Creates a new fake player.
|
||||
|
||||
**Arguments**
|
||||
|
||||
|
@ -441,10 +441,6 @@ function fake_player.hud_get_hotbar_selected_image()
|
||||
return ""
|
||||
end
|
||||
|
||||
function fake_player.is_valid()
|
||||
return true
|
||||
end
|
||||
|
||||
-- No-op functions
|
||||
----------------------------------------
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user