|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <LuaEngine.h>
Static Public Member Functions | |
| static uint32 | AddPath (std::list< TaxiPathNodeEntry > nodes, uint32 mountA, uint32 mountH, uint32 price=0, uint32 pathId=0) |
| static void | StartTaxi (Player *player, uint32 pathid) |
Static Private Attributes | |
| static uint32 | nodeId = 500 |
Definition at line 712 of file LuaEngine.h.
|
static |
Definition at line 672 of file LuaEngine.cpp.
Referenced by LuaGlobalFunctions::AddTaxiPath().
Definition at line 655 of file LuaEngine.cpp.
References Player::ActivateTaxiPathTo(), Path< PathElem, PathNode >::size(), and sTaxiPathNodesByPath.
Referenced by LuaPlayer::StartTaxi().
|
staticprivate |
Definition at line 715 of file LuaEngine.h.