Added get_player_velocity() method. Fixes #1176
This commit is contained in:
@@ -183,6 +183,9 @@ class ObjectRef : public ModApiBase {
|
||||
// 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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user