Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -31,9 +31,9 @@ namespace BlendFile.DNA {
public int flags;
[DNAFieldAttribute(4, "int", 7, "lastspace", "int", false, 252)]
public int lastspace;
[DNAFieldAttribute(1024, "char", 8, "scriptname[1024]", "System.Char[]", false, 256)]
[DNAArrayAttribute(1024, "char", 8, "scriptname[1024]", "System.Char[]", 1024, 256)]
public char[] scriptname = new System.Char[1024];
[DNAFieldAttribute(256, "char", 9, "scriptarg[256]", "System.Char[]", false, 1280)]
[DNAArrayAttribute(256, "char", 9, "scriptarg[256]", "System.Char[]", 256, 1280)]
public char[] scriptarg = new System.Char[256];
public Script() {
this.id = default;