Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - blam!
00310.02.05.21.0336.blamite
The core library for the Blamite Game Engine.
comment.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../BlamPluginField.h"
4
12
class
CommentField
:
public
BlamPluginField
13
{
14
public
:
15
CommentField
(std::string _display_name);
16
17
CommentField
(std::string _display_name, std::string _extra_info);
18
19
void
ShowImPropertyControl
();
20
21
std::string
GetFieldXMLString
(
int
offset);
22
};
CommentField::CommentField
CommentField(std::string _display_name)
Definition:
comment.cpp:7
BlamPluginField
Base class representing a plugin field.
Definition:
BlamPluginField.h:49
CommentField::ShowImPropertyControl
void ShowImPropertyControl()
Shows a set of ImGUI controls representing the tag field.
Definition:
comment.cpp:18
CommentField
Class representing a comment field.
Definition:
comment.h:12
CommentField::GetFieldXMLString
std::string GetFieldXMLString(int offset)
Generates a string representing an XML node associated with this tag field, used for generating plugi...
Definition:
comment.cpp:29
blam
components
content
tags
fields
comment
comment.h
Generated on Fri Feb 5 2021 03:59:00 for Blamite Game Engine - blam! by
1.8.17