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

A graph-scope variable, emitted as an AngelScript global. More...

#include <kscriptgraph.h>

Public Attributes

kString name
 Identifier (must be a valid AngelScript name).
float defValue = 0.0f
 Initial value.

Detailed Description

A graph-scope variable, emitted as an AngelScript global.

v1 supports float variables only; this keeps generated code type-sound without per-node pin retyping.

Member Data Documentation

◆ defValue

float kemena::kScriptGraphVar::defValue = 0.0f

Initial value.

◆ name

kString kemena::kScriptGraphVar::name

Identifier (must be a valid AngelScript name).


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