DDraceNetwork Docs
|
Macros | |
#define | REGISTER_QUICK_ACTION(name, text, callback, disabled, active, button_color, description) AssertTooltip(description); |
Functions | |
bool | is_letter (char c) |
bool | IsValidEditorTooltip (const char *pTooltip, char *pErrorMsg, int ErrorMsgSize) |
void | AssertTooltip (const char *pTooltip) |
TEST (Editor, QuickActionNames) | |
#define REGISTER_QUICK_ACTION | ( | name, | |
text, | |||
callback, | |||
disabled, | |||
active, | |||
button_color, | |||
description | |||
) | AssertTooltip(description); |
void AssertTooltip | ( | const char * | pTooltip | ) |
bool is_letter | ( | char | c | ) |
bool IsValidEditorTooltip | ( | const char * | pTooltip, |
char * | pErrorMsg, | ||
int | ErrorMsgSize | ||
) |
TEST | ( | Editor | , |
QuickActionNames | |||
) |