Generated new code and added initial data handling
This commit is contained in:
@@ -37,6 +37,19 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(10, "void", "*but_refs", 0)]
|
||||
public object ptr_but_refs;
|
||||
public SpaceScript() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.regionbase = default;
|
||||
this.spacetype = default;
|
||||
this.link_flag = default;
|
||||
this._pad0 = default;
|
||||
this.ptr_script = default;
|
||||
this.flags = default;
|
||||
this.menunr = default;
|
||||
this._pad1 = default;
|
||||
this.ptr_but_refs = default;
|
||||
}
|
||||
public SpaceScript(SpaceLink ptr_next, SpaceLink ptr_prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, Script ptr_script, short flags, short menunr, char[] _pad1, object ptr_but_refs) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user