Kemena3D
Loading...
Searching...
No Matches
kemena::kScriptGraphResult Struct Reference

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.

Detailed Description

Result of compiling a graph to AngelScript text.

Member Data Documentation

◆ code

kString kemena::kScriptGraphResult::code

Generated AngelScript source.

◆ error

kString kemena::kScriptGraphResult::error

Human-readable failure reason.

◆ success

bool kemena::kScriptGraphResult::success = false

True if code was generated.


The documentation for this struct was generated from the following file: