Skip to content
DummkopfOfHachtenduden edited this page Apr 12, 2016 · 3 revisions

Credits to Stratti for is initial release.

4   uint    entryCount
foreach(entry)
{
    64  string  entry.Name
    256 string  entry.Image
    256 string  entry.Background
    128 string  entry.Text                      //UI_STRING
    64  string  entry.Description
    64  string  entry.Prototype                 //placeholder (lorem ipsum)
    4   uint    entry.Type                      //NewInterfaceType
    4   uint    entry.Id
    4   uint    entry.ParentId
    4   uint    entry.GrandParentId
    4   uint    entry.Unk02
    4   uint    entry.Unk03
    4   uint    entry.Color                     //PixelFormat.RGBA_8888
    4   uint    entry.ClientRectangle.X
    4   uint    entry.ClientRectangle.Y
    4   uint    entry.ClientRectangle.Width
    4   uint    entry.ClientRectangle.Height
    4   float   entry.TopLeft.X                 //UV mapping
    4   float   entry.TopLeft.Y                 //UV mapping
    4   float   entry.TopRight.X                //UV mapping
    4   float   entry.TopRight.Y                //UV mapping
    4   float   entry.BottomRight.X             //UV mapping
    4   float   entry.BottomRight.Y             //UV mapping
    4   float   entry.BottomLeft.X              //UV mapping
    4   float   entry.BottomLeft.Y              //UV mapping
    4   uint    entry.Unk04                     //CommandID?
    4   uint    entry.ContentId                 //used on TabButton and is pointing to a Frame
    4   uint    entry.IsRoot
    4   uint    entry.Unk07
    4   uint    entry.Unk08
    4   uint    entry.Unk09
    4   uint    entry.Unk10
    4   uint    entry.Unk11
    4   uint    entry.Unk12
    4   uint    entry.Unk13
    4   uint    entry.Unk14
    4   uint    entry.Unk15
    4   uint    entry.Unk16
    4   uint    entry.Unk17
    4   uint    entry.Unk18
    4   uint    entry.Unk19
    4   uint    entry.Style                     //NewInterfaceStyle
}

Related pages:
NewInterfaceType
NewInterfaceStyle

nifundermenubar.2dt cumunity_note.2dt guild.2dt guild_w.2dt

Clone this wiki locally