feat(LuaEngine/GameObjectMethods): ddd SetRespawnDelay (#239)

This commit is contained in:
iThorgrim
2025-01-26 15:17:59 +01:00
committed by GitHub
parent 0d35a87b3d
commit 2ae77b6441
2 changed files with 16 additions and 0 deletions

View File

@@ -855,6 +855,7 @@ ElunaRegister<GameObject> GameObjectMethods[] =
{ "SetGoState", &LuaGameObject::SetGoState },
{ "SetLootState", &LuaGameObject::SetLootState },
{ "SetRespawnTime", &LuaGameObject::SetRespawnTime },
{ "SetRespawnDelay", &LuaGameObject::SetRespawnDelay },
// Boolean
{ "IsTransport", &LuaGameObject::IsTransport },