Regenerated codefiles
This commit is contained in:
@@ -15,37 +15,37 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(960, "SpaceConsole", 376)]
|
||||
public class SpaceConsole {
|
||||
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
|
||||
public SpaceLink ptr_next;
|
||||
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
|
||||
public SpaceLink ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
|
||||
[DNAFieldAttribute(8, "SpaceLink", 0, "*next", "SpaceLink", true, 0)]
|
||||
public SpaceLink next;
|
||||
[DNAFieldAttribute(8, "SpaceLink", 1, "*prev", "SpaceLink", true, 8)]
|
||||
public SpaceLink prev;
|
||||
[DNAFieldAttribute(16, "ListBase", 2, "regionbase", "ListBase", false, 16)]
|
||||
public ListBase regionbase;
|
||||
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
|
||||
[DNAFieldAttribute(1, "char", 3, "spacetype", "char", false, 32)]
|
||||
public char spacetype;
|
||||
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
|
||||
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
|
||||
public char link_flag;
|
||||
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
|
||||
[DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)]
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
[DNAFieldAttribute(6, "ListBase", "scrollback", "ListBase", 16, false, 40)]
|
||||
[DNAFieldAttribute(16, "ListBase", 6, "scrollback", "ListBase", false, 40)]
|
||||
public ListBase scrollback;
|
||||
[DNAFieldAttribute(7, "ListBase", "history", "ListBase", 16, false, 56)]
|
||||
[DNAFieldAttribute(16, "ListBase", 7, "history", "ListBase", false, 56)]
|
||||
public ListBase history;
|
||||
[DNAFieldAttribute(8, "char", "prompt[256]", "System.Char[]", 256, false, 72)]
|
||||
[DNAFieldAttribute(256, "char", 8, "prompt[256]", "System.Char[]", false, 72)]
|
||||
public char[] prompt = new System.Char[256];
|
||||
[DNAFieldAttribute(9, "char", "language[32]", "System.Char[]", 32, false, 328)]
|
||||
[DNAFieldAttribute(32, "char", 9, "language[32]", "System.Char[]", false, 328)]
|
||||
public char[] language = new System.Char[32];
|
||||
[DNAFieldAttribute(10, "int", "lheight", "int", 4, false, 360)]
|
||||
[DNAFieldAttribute(4, "int", 10, "lheight", "int", false, 360)]
|
||||
public int lheight;
|
||||
[DNAFieldAttribute(11, "int", "history_index", "int", 4, false, 364)]
|
||||
[DNAFieldAttribute(4, "int", 11, "history_index", "int", false, 364)]
|
||||
public int history_index;
|
||||
[DNAFieldAttribute(12, "int", "sel_start", "int", 4, false, 368)]
|
||||
[DNAFieldAttribute(4, "int", 12, "sel_start", "int", false, 368)]
|
||||
public int sel_start;
|
||||
[DNAFieldAttribute(13, "int", "sel_end", "int", 4, false, 372)]
|
||||
[DNAFieldAttribute(4, "int", 13, "sel_end", "int", false, 372)]
|
||||
public int sel_end;
|
||||
public SpaceConsole() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.regionbase = default;
|
||||
this.spacetype = default;
|
||||
this.link_flag = default;
|
||||
@@ -59,9 +59,9 @@ namespace BlendFile.DNA {
|
||||
this.sel_start = default;
|
||||
this.sel_end = default;
|
||||
}
|
||||
public SpaceConsole(SpaceLink ptr_next, SpaceLink ptr_prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, ListBase scrollback, ListBase history, char[] prompt, char[] language, int lheight, int history_index, int sel_start, int sel_end) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
public SpaceConsole(SpaceLink next, SpaceLink prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, ListBase scrollback, ListBase history, char[] prompt, char[] language, int lheight, int history_index, int sel_start, int sel_end) {
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.regionbase = regionbase;
|
||||
this.spacetype = spacetype;
|
||||
this.link_flag = link_flag;
|
||||
|
||||
Reference in New Issue
Block a user