mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
is_player() is no player-only function
This commit is contained in:
parent
02805af36e
commit
b4c3ff6eab
3 changed files with 14 additions and 14 deletions
|
@ -120,6 +120,9 @@ private:
|
|||
// set_properties(self, properties)
|
||||
static int l_set_properties(lua_State *L);
|
||||
|
||||
// is_player(self)
|
||||
static int l_is_player(lua_State *L);
|
||||
|
||||
/* LuaEntitySAO-only */
|
||||
|
||||
// setvelocity(self, {x=num, y=num, z=num})
|
||||
|
@ -156,9 +159,6 @@ private:
|
|||
|
||||
/* Player-only */
|
||||
|
||||
// is_player(self)
|
||||
static int l_is_player(lua_State *L);
|
||||
|
||||
// is_player_connected(self)
|
||||
static int l_is_player_connected(lua_State *L);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue