![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
#include <types.h>
Public Member Functions | |
void | SetFrom (std::int32_t from) |
std::int32_t | GetFrom () const |
void | SetTo (std::int32_t to) |
std::int32_t | GetTo () const |
void | SetColor (std::uint32_t color) |
std::uint32_t | GetColor () const |
void | SetBackgroundColor (std::uint32_t backgroundColor) |
std::uint32_t | GetBackgroundColor () const |
void | SetThick (bool thick) |
bool | GetThick () const |
std::uint32_t discord::ImeUnderline::GetBackgroundColor | ( | ) | const |
std::uint32_t discord::ImeUnderline::GetColor | ( | ) | const |
std::int32_t discord::ImeUnderline::GetFrom | ( | ) | const |
bool discord::ImeUnderline::GetThick | ( | ) | const |
std::int32_t discord::ImeUnderline::GetTo | ( | ) | const |
void discord::ImeUnderline::SetBackgroundColor | ( | std::uint32_t | backgroundColor | ) |
void discord::ImeUnderline::SetColor | ( | std::uint32_t | color | ) |
void discord::ImeUnderline::SetFrom | ( | std::int32_t | from | ) |
void discord::ImeUnderline::SetThick | ( | bool | thick | ) |
void discord::ImeUnderline::SetTo | ( | std::int32_t | to | ) |