Public Member Functions

IFaction Interface Reference

Inherited by Faction.

List of all members.

Public Member Functions

int get_Id () const
string get_Name () const
int get_StringId () const
string get_Database () const
int get_UpdateSeq () const
void set_UpdateSeq (int)
int GetStatus (int id) const
void SetStatus (int id, int status)
int GetRank (int id) const
void SetRank (int id, int rank)
int GetMembers (array< uint >&) const
 Retrieves the array of id numbers for all members of the faction.
int GetRecords (array< uint >&) const
void AddKnownFaction (int)
 Adds faction to the list of known factions.
int GetKnownFactions (array< int >&) const
 Retrieves the list of factions that players have entered into their terminal and are therefore recognized by them.
void Remove ()

Member Function Documentation

int get_Id (  )  const

Implemented in Faction.

string get_Name (  )  const

Implemented in Faction.

int get_StringId (  )  const

Implemented in Faction.

string get_Database (  )  const

Implemented in Faction.

int get_UpdateSeq (  )  const

Implemented in Faction.

void set_UpdateSeq ( int   ) 

Implemented in Faction.

int GetStatus ( int  id  )  const

Implemented in Faction.

void SetStatus ( int  id,
int  status 
)

Implemented in Faction.

int GetRank ( int  id  )  const

Implemented in Faction.

void SetRank ( int  id,
int  rank 
)

Implemented in Faction.

int GetMembers ( array< uint >&   )  const

Retrieves the array of id numbers for all members of the faction.

Implemented in Faction.

int GetRecords ( array< uint >&   )  const

Implemented in Faction.

void AddKnownFaction ( int   ) 

Adds faction to the list of known factions.

Implemented in Faction.

int GetKnownFactions ( array< int >&   )  const

Retrieves the list of factions that players have entered into their terminal and are therefore recognized by them.

Implemented in Faction.

void Remove (  ) 

Implemented in Faction.