AoMBrgEditor.PssgAttribute.PssgAttribute C# (CSharp) Method

PssgAttribute() public method

public PssgAttribute ( int id, object data, PssgFile file, PssgNode ParentNode ) : System
id int
data object
file PssgFile
ParentNode PssgNode
return System
        public PssgAttribute(int id, object data, PssgFile file, PssgNode ParentNode)
        {
            this.id = id;
            this.data = data;
            this.file = file;
            this.ParentNode = ParentNode;
        }

Same methods

PssgAttribute::PssgAttribute ( PssgAttribute attrToCopy ) : System
PssgAttribute::PssgAttribute ( PssgBinaryReader reader, PssgFile file, PssgNode node ) : System