36 extern const char* GetObjectName(
ObjectType type);
37 extern const char* GetObjectAlias(
ObjectType type);
38 extern std::string GetHelpFilename(
ObjectType type);
39 extern std::string GetHelpFilename(
const char *token);
40 extern bool IsType(
const char *token);
41 extern bool IsFunction(
const char *token);
42 extern const char* GetHelpText(
const char *token);
ObjectType
Type of game object.
Definition: object_type.h:33