31 extern const char* GetObjectName(
ObjectType type);
32 extern const char* GetObjectAlias(
ObjectType type);
33 extern std::string GetHelpFilename(
ObjectType type);
34 extern std::string GetHelpFilename(
const char *token);
35 extern bool IsType(
const char *token);
36 extern bool IsFunction(
const char *token);
37 extern const char* GetHelpText(
const char *token);
ObjectType
Type of game object.
Definition: object.h:46
CObject - base class for all game objects.