Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
comment.h File Reference
+ 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  CommentField
 Class representing a comment field. More...
 

Macros

#define BLAM_EXT_API   __declspec(dllimport)
 

Enumerations

enum  BlamCommentStyle { BlamCommentStyle::None, BlamCommentStyle::Info, BlamCommentStyle::Warning, BlamCommentStyle::Error }
 The style to use for the comment. More...
 

Macro Definition Documentation

◆ BLAM_EXT_API

#define BLAM_EXT_API   __declspec(dllimport)

Enumeration Type Documentation

◆ BlamCommentStyle

enum BlamCommentStyle
strong

The style to use for the comment.

Used when generating plugin files.

Enumerator
None 

The comment will be given the default appearance.

Info 

The comment will be given an information message appearance.

Warning 

The comment will be given a warning message appearance.

Error 

The comment will be given an error message appearance.