BWAPI
Functions
trunk/bwapi/DevAIModule/Source/Wiki.cpp File Reference
#include "Wiki.h"
Include dependency graph for Wiki.cpp:

Functions

std::string wiki (std::string name, bool makeTitle=false)
void printUnitData (FILE *outWiki, UnitType u)
bool unitNameSort (const UnitType &u1, const UnitType &u2)
void writeUnitWiki ()
void printWeaponData (FILE *outWiki, WeaponType w)
bool weaponNameSort (const WeaponType &u1, const WeaponType &u2)
void writeWeaponWiki ()

Function Documentation

void printUnitData ( FILE *  outWiki,
UnitType  u 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void printWeaponData ( FILE *  outWiki,
WeaponType  w 
)

Here is the call graph for this function:

Here is the caller graph for this function:

bool unitNameSort ( const UnitType u1,
const UnitType u2 
)

Here is the caller graph for this function:

bool weaponNameSort ( const WeaponType u1,
const WeaponType u2 
)

Here is the caller graph for this function:

std::string wiki ( std::string  name,
bool  makeTitle = false 
)

Here is the call graph for this function:

void writeUnitWiki ( )

Here is the call graph for this function:

Here is the caller graph for this function:

void writeWeaponWiki ( )

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines