TESVSnip.Domain.Data.Structure.ElementStructure.ElementStructure C# (CSharp) Method

ElementStructure() public method

public ElementStructure ( ) : System
return System
        public ElementStructure()
            : base()
        {
            this.@group = 0;
            this.hexview = true;
            this.hexviewwithdec = false;
            this.notininfo = true;
            this.options = null;
            this.flags = null;
            this.CondID = 0;
            this.FormIDType = null;
            this.multiline = false;
            this.funcr = string.Empty;
            this.funcw = string.Empty;
            this.type = ElementValueType.Blob;
        }

Same methods

ElementStructure::ElementStructure ( ElementStructure src, int optional, int repeat ) : System
ElementStructure::ElementStructure ( SubrecordElement node ) : System