24#include <unordered_map>
41 void LoadScriptSplineChains();
43 std::vector<SplineChainLink>
const* GetSplineChain(
uint32 entry,
uint16 chainId)
const;
44 std::vector<SplineChainLink>
const* GetSplineChain(
Creature const* who,
uint16 id)
const;
55#define sScriptSystemMgr SystemMgr::instance()
SystemMgr & operator=(SystemMgr const &)=delete
std::unordered_map< ChainKeyType, std::vector< SplineChainLink > > m_mSplineChainsMap
SystemMgr(SystemMgr &&)=delete
std::pair< uint32, uint16 > ChainKeyType
SystemMgr & operator=(SystemMgr &&)=delete
SystemMgr(SystemMgr const &)=delete