AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
VMAP::VMapFactory Class Reference

#include "VMapFactory.h"

Static Public Member Functions

static VMapMgr2createOrGetVMapMgr ()
 
static void clear ()
 

Detailed Description

Member Function Documentation

◆ clear()

void VMAP::VMapFactory::clear ( )
static
40 {
41 delete gVMapMgr;
42 gVMapMgr = nullptr;
43 }
VMapMgr2 * gVMapMgr
Definition: VMapFactory.cpp:23

References VMAP::gVMapMgr.

Referenced by World::~World().

◆ createOrGetVMapMgr()