|
Kemena3D
|
Result of compiling a graph to AngelScript text. More...
#include <kscriptgraph.h>
Public Attributes | |
| bool | success = false |
| True if code was generated. | |
| kString | error |
| Human-readable failure reason. | |
| kString | code |
| Generated AngelScript source. | |
Result of compiling a graph to AngelScript text.
| kString kemena::kScriptGraphResult::code |
Generated AngelScript source.
| kString kemena::kScriptGraphResult::error |
Human-readable failure reason.
| bool kemena::kScriptGraphResult::success = false |
True if code was generated.