Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
MapMethods.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2010 - 2013 Eluna Lua Engine <http://emudevs.com/>
3
* This program is free software licensed under GPL version 3
4
* Please see the included DOCS/LICENSE.TXT for more information
5
*/
6
7
#ifndef LUA_MAPMETHODS_H
8
#define LUA_MAPMETHODS_H
9
10
struct
lua_State;
11
class
Map
;
12
13
namespace
LuaMap
14
{
15
int
GetName
(lua_State* L, Map* map);
16
int
GetHeight
(lua_State* L, Map* map);
17
int
GetDifficulty
(lua_State* L, Map* map);
18
int
GetInstanceId
(lua_State* L, Map* map);
19
int
GetPlayerCount
(lua_State* L, Map* map);
20
int
GetMapId
(lua_State* L, Map* map);
21
int
GetAreaId
(lua_State* L, Map* map);
22
int
IsArena
(lua_State* L, Map* map);
23
int
IsBattleground
(lua_State* L, Map* map);
24
int
IsDungeon
(lua_State* L, Map* map);
25
int
IsEmpty
(lua_State* L, Map* map);
26
int
IsHeroic
(lua_State* L, Map* map);
27
int
IsRaid
(lua_State* L, Map* map);
28
};
29
#endif
Map
Definition
Map.h:238
LuaMap
Definition
MapMethods.cpp:11
LuaMap::IsBattleground
int IsBattleground(lua_State *L, Map *map)
Definition
MapMethods.cpp:80
LuaMap::GetMapId
int GetMapId(lua_State *L, Map *map)
Definition
MapMethods.cpp:55
LuaMap::GetHeight
int GetHeight(lua_State *L, Map *map)
Definition
MapMethods.cpp:20
LuaMap::IsHeroic
int IsHeroic(lua_State *L, Map *map)
Definition
MapMethods.cpp:101
LuaMap::IsArena
int IsArena(lua_State *L, Map *map)
Definition
MapMethods.cpp:73
LuaMap::IsDungeon
int IsDungeon(lua_State *L, Map *map)
Definition
MapMethods.cpp:87
LuaMap::GetPlayerCount
int GetPlayerCount(lua_State *L, Map *map)
Definition
MapMethods.cpp:48
LuaMap::GetName
int GetName(lua_State *L, Map *map)
Definition
MapMethods.cpp:13
LuaMap::GetInstanceId
int GetInstanceId(lua_State *L, Map *map)
Definition
MapMethods.cpp:41
LuaMap::IsRaid
int IsRaid(lua_State *L, Map *map)
Definition
MapMethods.cpp:108
LuaMap::GetAreaId
int GetAreaId(lua_State *L, Map *map)
Definition
MapMethods.cpp:62
LuaMap::IsEmpty
int IsEmpty(lua_State *L, Map *map)
Definition
MapMethods.cpp:94
LuaMap::GetDifficulty
int GetDifficulty(lua_State *L, Map *map)
Definition
MapMethods.cpp:34
src
server
game
LuaEngine
MapMethods.h
Generated on
for Project SkyFire Core by
1.17.0