Nebula
|
Bindings specifically for C# scripting.
(C) 2019 Individual contributors, see AUTHORS file
Go to the source code of this file.
Namespaces | |
namespace | Scripting |
Prototype for deargui scripting init. | |
Functions | |
void | Scripting::N_Print (const char *string, int32_t is_stdout) |
void | Scripting::N_Error (const char *string, int32_t is_stdout) |
void | Scripting::N_Log (const char *log_domain, const char *log_level, const char *message, int32_t fatal, void *user_data) |
void | Scripting::N_Assert (bool value) |