mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Update GameObjectMethods.h
This commit is contained in:
@@ -126,6 +126,8 @@ namespace LuaGameObject
|
|||||||
/**
|
/**
|
||||||
* Returns the [Player] that can loot the [GameObject]
|
* Returns the [Player] that can loot the [GameObject]
|
||||||
*
|
*
|
||||||
|
* Not the original looter and may be nil.
|
||||||
|
*
|
||||||
* @return [Player] player
|
* @return [Player] player
|
||||||
*/
|
*/
|
||||||
int GetLootRecipient(lua_State* L, GameObject* go)
|
int GetLootRecipient(lua_State* L, GameObject* go)
|
||||||
@@ -137,6 +139,8 @@ namespace LuaGameObject
|
|||||||
/**
|
/**
|
||||||
* Returns the [Group] that can loot the [GameObject]
|
* Returns the [Group] that can loot the [GameObject]
|
||||||
*
|
*
|
||||||
|
* Not the original looter and may be nil.
|
||||||
|
*
|
||||||
* @return [Group] group
|
* @return [Group] group
|
||||||
*/
|
*/
|
||||||
int GetLootRecipientGroup(lua_State* L, GameObject* go)
|
int GetLootRecipientGroup(lua_State* L, GameObject* go)
|
||||||
|
|||||||
Reference in New Issue
Block a user