mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Added get_player_velocity() method. Fixes #1176
This commit is contained in:
parent
7bbb9b066a
commit
5ebb4237e2
3 changed files with 92 additions and 72 deletions
|
@ -183,6 +183,9 @@ private:
|
|||
// get_player_name(self)
|
||||
static int l_get_player_name(lua_State *L);
|
||||
|
||||
// get_player_velocity(self)
|
||||
static int l_get_player_velocity(lua_State *L);
|
||||
|
||||
// get_look_dir(self)
|
||||
static int l_get_look_dir(lua_State *L);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue