Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library 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...
 

Enumerations

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

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.