Public Member Functions

IMerc Interface Reference

Inherited by CMerc.

List of all members.

Public Member Functions

IMercDialog (int dialogid)
IMercScript (string& script)
IMercAI (int aipack)
IMercBag (int bagid)
IMercTeam (int teamid)
IMercLevel (int level)
IMercPID (int pid)
IMercPID (array< int > npcpids)
IMercType (int type)
IMercID (int id)
IMercCost (int cost)
IMercStartCost (int cost)
IMercSellPrice (int price)
IMercDynamicPrice ()
bool IsDynamicPrice ()
int GetDialog ()
stringGetScript ()
int GetAIPack ()
int GetBagID ()
int GetBagValue ()
int GetTeamID ()
int GetLevel ()
int GetLastPID ()
array< int > GetPIDs ()
uint GetType ()
int8 GetBaseType ()
int GetCost ()
int GetSellPrice ()
uint GetID ()
stringGetName ()
bool Spawn (Critter& master)

Member Function Documentation

IMerc@ Dialog ( int  dialogid  ) 

Implemented in CMerc.

IMerc@ Script ( string script  ) 

Implemented in CMerc.

IMerc@ AI ( int  aipack  ) 

Implemented in CMerc.

IMerc@ Bag ( int  bagid  ) 

Implemented in CMerc.

IMerc@ Team ( int  teamid  ) 

Implemented in CMerc.

IMerc@ Level ( int  level  ) 

Implemented in CMerc.

IMerc@ PID ( int  pid  ) 

Implemented in CMerc.

IMerc@ PID ( array< int >  npcpids  ) 

Implemented in CMerc.

IMerc@ Type ( int  type  ) 

Implemented in CMerc.

IMerc@ ID ( int  id  ) 

Implemented in CMerc.

IMerc@ Cost ( int  cost  ) 

Implemented in CMerc.

IMerc@ StartCost ( int  cost  ) 

Implemented in CMerc.

IMerc@ SellPrice ( int  price  ) 

Implemented in CMerc.

IMerc@ DynamicPrice (  ) 

Implemented in CMerc.

bool IsDynamicPrice (  ) 

Implemented in CMerc.

int GetDialog (  ) 

Implemented in CMerc.

string@ GetScript (  ) 

Implemented in CMerc.

int GetAIPack (  ) 

Implemented in CMerc.

int GetBagID (  ) 

Implemented in CMerc.

int GetBagValue (  ) 

Implemented in CMerc.

int GetTeamID (  ) 

Implemented in CMerc.

int GetLevel (  ) 

Implemented in CMerc.

int GetLastPID (  ) 

Implemented in CMerc.

array<int> GetPIDs (  ) 

Implemented in CMerc.

uint GetType (  ) 

Implemented in CMerc.

int8 GetBaseType (  ) 

Implemented in CMerc.

int GetCost (  ) 

Implemented in CMerc.

int GetSellPrice (  ) 

Implemented in CMerc.

uint GetID (  ) 

Implemented in CMerc.

string@ GetName (  ) 

Implemented in CMerc.

bool Spawn ( Critter master  ) 

Implemented in CMerc.