Blamite Game Engine - API  00406.12.10.23.1457.blamite
The API for the Blamite Game Engine.
comment.h File Reference

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.