Public Member Functions

IZone Interface Reference

Common interface for worldmap zones. More...


Detailed Description

Common interface for worldmap zones.

Inherited by CZone.

List of all members.

Public Member Functions

uint GetX ()
uint GetY ()
uint GetTerrain ()
uint8 GetFactor ()
void SetFactor (uint8 factor)
int GetValue ()
void SetValue (int val)
void AddValue (int val)
void SubValue (uint val)
bool ContainsFlag (uint flag)
void SetQuantity (uint group, uint quantity)
void ChangeQuantity (uint group, int mod)
uint GetBaseQuantity (uint group)
uint GetQuantity (uint group)
uint GetLocationPids (array< uint16 >& pids)

Member Function Documentation

uint GetX (  ) 

Implemented in CZone.

uint GetY (  ) 

Implemented in CZone.

uint GetTerrain (  ) 

Implemented in CZone.

uint8 GetFactor (  ) 

Implemented in CZone.

void SetFactor ( uint8  factor  ) 

Implemented in CZone.

int GetValue (  ) 

Implemented in CZone.

void SetValue ( int  val  ) 

Implemented in CZone.

void AddValue ( int  val  ) 

Implemented in CZone.

void SubValue ( uint  val  ) 

Implemented in CZone.

bool ContainsFlag ( uint  flag  ) 

Implemented in CZone.

void SetQuantity ( uint  group,
uint  quantity 
)

Implemented in CZone.

void ChangeQuantity ( uint  group,
int  mod 
)

Implemented in CZone.

uint GetBaseQuantity ( uint  group  ) 

Implemented in CZone.

uint GetQuantity ( uint  group  ) 

Implemented in CZone.

uint GetLocationPids ( array< uint16 >&  pids  ) 

Implemented in CZone.