Kemena3D
Loading...
Searching...
No Matches
kemena::kScriptAsset Struct Reference
module nullptr

A registered script asset: a compilable unit of script source. More...

#include <kscriptmanager.h>

Public Attributes

kString uuid
 Script asset UUID.
kString sourcePath
 Path to the .as source.
kString bytecodePath
 Path to compiled bytecode, or empty.
kScriptSourceType sourceType = K_SCRIPT_TEXT
 Text vs node-graph origin.
kString checksum
 Source checksum at last compile.

Detailed Description

A registered script asset: a compilable unit of script source.

Member Data Documentation

◆ bytecodePath

kString kemena::kScriptAsset::bytecodePath

Path to compiled bytecode, or empty.

◆ checksum

kString kemena::kScriptAsset::checksum

Source checksum at last compile.

◆ sourcePath

kString kemena::kScriptAsset::sourcePath

Path to the .as source.

◆ sourceType

kScriptSourceType kemena::kScriptAsset::sourceType = K_SCRIPT_TEXT

Text vs node-graph origin.

◆ uuid

kString kemena::kScriptAsset::uuid

Script asset UUID.


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