|
Unravel Engine C++ Reference
|
#include <editor_actions.h>
Public Attributes | |
| uint64_t | id {0} |
| level::level_enum | level {level::off} |
| std::string | text |
| std::string | filename |
| std::string | funcname |
| int | line {0} |
Definition at line 39 of file editor_actions.h.
| std::string unravel::log_query_entry::filename |
Definition at line 44 of file editor_actions.h.
| std::string unravel::log_query_entry::funcname |
Definition at line 45 of file editor_actions.h.
| uint64_t unravel::log_query_entry::id {0} |
Definition at line 41 of file editor_actions.h.
| level::level_enum unravel::log_query_entry::level {level::off} |
Definition at line 42 of file editor_actions.h.
| int unravel::log_query_entry::line {0} |
Definition at line 46 of file editor_actions.h.
| std::string unravel::log_query_entry::text |
Definition at line 43 of file editor_actions.h.