|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CZoneManager Class ReferenceCZoneManager is a class that manage zone loading around of player.
More...
#include <zone_manager.h>
Inheritance diagram for NL3D::CZoneManager
[legend]Collaboration diagram for NL3D::CZoneManager:
[legend]List of all members.
Detailed Description
CZoneManager is a class that manage zone loading around of player.
-
Author(s):
-
Alain Saffray , Nevrax France
-
Date:
-
2000 sa See Also, CZoneSearch, CTaskManager
Definition at line 73 of file zone_manager.h.
Constructor & Destructor Documentation
NL3D::CZoneManager::CZoneManager (
|
)
|
|
NL3D::CZoneManager::~CZoneManager (
|
)
|
|
Member Function Documentation
|
GetTask give a pointer on TaskManager.
-
Returns:
-
pointer of class CTaskManager
Definition at line 104 of file zone_manager.h. |
uint NL3D::CZoneManager::getTaskListSize (
|
void ) [inline]
|
|
|
Get Size of TaskList.
-
Returns:
-
number of task in list
Definition at line 110 of file zone_manager.h. |
std::string NL3D::CZoneManager::getZonePath (
|
void ) [inline]
|
|
void NL3D::CZoneManager::loadAllZonesAround (
|
uint x,
|
|
uint y,
|
|
uint area,
|
|
bool scanAll = false )
|
|
|
LoadAllZonesAround Load all zones around a position.
-
Parameters:
-
x
|
is axis x coordinate (in meters) |
y
|
is axis y coordinate (in meters) \area is area of zone loading (in meters) |
Definition at line 65 of file zone_manager.cpp. |
void NL3D::CZoneManager::setZonePath (
|
std::string zonePath ) [inline]
|
|
Member Data Documentation
uint16 NL3D::CZoneManager::IdZoneToRemove
|
|
CZone * NL3D::CZoneManager::Zone
|
|
bool NL3D::CZoneManager::ZoneAdded
|
|
bool NL3D::CZoneManager::ZoneRemoved
|
|
std::list< std::pair< std::string,uint32 > >::iterator NL3D::CZoneManager::_it2 [private]
|
|
std::list< std::pair< std::string,uint32 > >::iterator NL3D::CZoneManager::_itEnd [private]
|
|
std::list< std::pair< std::string,uint32 > > NL3D::CZoneManager::_listZone [private]
|
|
std::string NL3D::CZoneManager::_zonePath [private]
|
|
int NL3D::CZoneManager::step [private]
|
|
The documentation for this class was generated from the following files:
|
|