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!
00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
boolean.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../BlamPluginField.h"
4
13
class
BooleanField
:
public
BlamPluginField
14
{
15
public
:
16
BooleanField
(std::string _display_name, std::string _extra_info);
17
18
void
ShowImPropertyControl
();
19
20
std::string
GetFieldXMLString
(
int
offset);
21
};
BooleanField
Class representing a boolean tag field.
Definition:
boolean.h:13
BooleanField::GetFieldXMLString
std::string GetFieldXMLString(int offset)
Generates a string representing an XML node associated with this tag field, used for generating plugi...
Definition:
boolean.cpp:25
BlamPluginField
Base class representing a plugin field.
Definition:
BlamPluginField.h:49
BooleanField::ShowImPropertyControl
void ShowImPropertyControl()
Shows a set of ImGUI controls representing the tag field.
Definition:
boolean.cpp:14
BooleanField::BooleanField
BooleanField(std::string _display_name, std::string _extra_info)
Definition:
boolean.cpp:8
blam
components
content
tags
fields
boolean
boolean.h
Generated on Sat Dec 11 2021 06:13:39 for Blamite Game Engine - blam! by
1.8.17