Elaztek Developer Hub
Blamite Game Engine - Guerilla (Library)  00402.09.29.23.0627.blamite
The tag editor for the Blamite Game Engine.
comment.h File Reference
#include <string>
#include "../fields.h"
+ Include dependency graph for comment.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BlamPluginField_Comment
 Class representing a comment plugin field. More...
 
class  BlamTagField_Comment
 Class representing a comment tag field. More...
 

Macros

#define GUERILLA_LIB_API   __declspec(dllimport)
 

Enumerations

enum  BlamCommentType { BlamCommentType::None, BlamCommentType::Info, BlamCommentType::Warning, BlamCommentType::Error }
 Enumerator used to identify the type of comment being displayed. More...
 

Macro Definition Documentation

◆ GUERILLA_LIB_API

#define GUERILLA_LIB_API   __declspec(dllimport)

Enumeration Type Documentation

◆ BlamCommentType

enum BlamCommentType
strong

Enumerator used to identify the type of comment being displayed.

Enumerator
None 

Default value. The comment will be given the standard appearance.

Info 

Indicates that the comment should be presented as an informative message.

Warning 

Indicates that the comment should be presented as a warning message.

Error 

Indicates that the comment should be presented as an error message.