Jump to content

Chui editbox info


Avenger

Recommended Posts

There are 2 new known fields in the editbox control type, they modify the position of the text.

 

The structure looks like this:

char mos1[8];

char mos2[8];

char mos3[8];

char cursor[8]; //cursor bam

long unknown1;

short xpos; <---------- new field

short ypos; <---------- new field

long unknown2;

char font[8]; //font bam

char unknown3[34];

short length;

long unknown4;

 

The field is confirmed for bg2/iwd2 only. Check GUIMAP 5. window (mapnote input window)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...