Add node flags

This commit is contained in:
luboslenco
2025-09-26 11:52:38 +02:00
parent ef7f28aa34
commit fd2075698e
32 changed files with 390 additions and 289 deletions
+1
View File
@@ -876,6 +876,7 @@ declare type ui_node_t = {
outputs?: ui_node_socket_t[];
buttons?: ui_node_button_t[];
width?: f32;
flags?: i32;
};
declare type ui_node_socket_t = {