Add API function to invoke player respawn

closes #12272
This commit is contained in:
sfan5
2022-05-25 19:29:11 +02:00
parent da71e86633
commit f195db2d14
5 changed files with 27 additions and 3 deletions

View File

@@ -382,4 +382,7 @@ class ObjectRef : public ModApiBase {
// get_lighting(self)
static int l_get_lighting(lua_State *L);
// respawn(self)
static int l_respawn(lua_State *L);
};