regenerated files
This commit is contained in:
@@ -15,57 +15,57 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(951, "SpaceText")]
|
||||
public class SpaceText {
|
||||
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)]
|
||||
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 4, true)]
|
||||
public SpaceLink ptr_next;
|
||||
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)]
|
||||
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 4, true)]
|
||||
public SpaceLink ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
|
||||
public ListBase regionbase;
|
||||
[DNAFieldAttribute(3, "char", "spacetype", "char", 1)]
|
||||
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
|
||||
public char spacetype;
|
||||
[DNAFieldAttribute(4, "char", "link_flag", "char", 1)]
|
||||
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
|
||||
public char link_flag;
|
||||
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
[DNAFieldAttribute(6, "Text", "*text", "Text", 280)]
|
||||
[DNAFieldAttribute(6, "Text", "*text", "Text", 4, true)]
|
||||
public Text ptr_text;
|
||||
[DNAFieldAttribute(7, "int", "top", "int", 4)]
|
||||
[DNAFieldAttribute(7, "int", "top", "int", 4, false)]
|
||||
public int top;
|
||||
[DNAFieldAttribute(8, "int", "left", "int", 4)]
|
||||
[DNAFieldAttribute(8, "int", "left", "int", 4, false)]
|
||||
public int left;
|
||||
[DNAFieldAttribute(9, "char", "_pad1[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "_pad1[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(10, "short", "flags", "short", 2)]
|
||||
[DNAFieldAttribute(10, "short", "flags", "short", 2, false)]
|
||||
public short flags;
|
||||
[DNAFieldAttribute(11, "short", "lheight", "short", 2)]
|
||||
[DNAFieldAttribute(11, "short", "lheight", "short", 2, false)]
|
||||
public short lheight;
|
||||
[DNAFieldAttribute(12, "int", "tabnumber", "int", 4)]
|
||||
[DNAFieldAttribute(12, "int", "tabnumber", "int", 4, false)]
|
||||
public int tabnumber;
|
||||
[DNAFieldAttribute(13, "char", "wordwrap", "char", 1)]
|
||||
[DNAFieldAttribute(13, "char", "wordwrap", "char", 1, false)]
|
||||
public char wordwrap;
|
||||
[DNAFieldAttribute(14, "char", "doplugins", "char", 1)]
|
||||
[DNAFieldAttribute(14, "char", "doplugins", "char", 1, false)]
|
||||
public char doplugins;
|
||||
[DNAFieldAttribute(15, "char", "showlinenrs", "char", 1)]
|
||||
[DNAFieldAttribute(15, "char", "showlinenrs", "char", 1, false)]
|
||||
public char showlinenrs;
|
||||
[DNAFieldAttribute(16, "char", "showsyntax", "char", 1)]
|
||||
[DNAFieldAttribute(16, "char", "showsyntax", "char", 1, false)]
|
||||
public char showsyntax;
|
||||
[DNAFieldAttribute(17, "char", "line_hlight", "char", 1)]
|
||||
[DNAFieldAttribute(17, "char", "line_hlight", "char", 1, false)]
|
||||
public char line_hlight;
|
||||
[DNAFieldAttribute(18, "char", "overwrite", "char", 1)]
|
||||
[DNAFieldAttribute(18, "char", "overwrite", "char", 1, false)]
|
||||
public char overwrite;
|
||||
[DNAFieldAttribute(19, "char", "live_edit", "char", 1)]
|
||||
[DNAFieldAttribute(19, "char", "live_edit", "char", 1, false)]
|
||||
public char live_edit;
|
||||
[DNAFieldAttribute(20, "char", "_pad2[1]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(20, "char", "_pad2[1]", "System.Char[]", 1, false)]
|
||||
public char[] _pad2 = new System.Char[1];
|
||||
[DNAFieldAttribute(21, "char", "findstr[256]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(21, "char", "findstr[256]", "System.Char[]", 256, false)]
|
||||
public char[] findstr = new System.Char[256];
|
||||
[DNAFieldAttribute(22, "char", "replacestr[256]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(22, "char", "replacestr[256]", "System.Char[]", 256, false)]
|
||||
public char[] replacestr = new System.Char[256];
|
||||
[DNAFieldAttribute(23, "short", "margin_column", "short", 2)]
|
||||
[DNAFieldAttribute(23, "short", "margin_column", "short", 2, false)]
|
||||
public short margin_column;
|
||||
[DNAFieldAttribute(24, "char", "_pad3[2]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(24, "char", "_pad3[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad3 = new System.Char[2];
|
||||
[DNAFieldAttribute(25, "SpaceText_Runtime", "*runtime", "SpaceText_Runtime", 0)]
|
||||
[DNAFieldAttribute(25, "SpaceText_Runtime", "*runtime", "SpaceText_Runtime", 4, true)]
|
||||
public SpaceText_Runtime ptr_runtime;
|
||||
public SpaceText() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user