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