To meet our site's higher standard of quality, this article or section may require cleanup. The user who placed this here had the following concern: Should be converted to typical table format. To leave a message about the cleanup for this article, please add it to this article's talk page. |
An EYES record is a data structure that contains information about character eyes. Shown below is an example of its structure in Wrye Bash Mod Elements.
class MreEyes(MelRecord): """Eyes record.""" type = 'EYES' flags = Flags(0L,Flags.getNames('playable',)) melSet = MelSet( MelString('EDID','eid'), MelString('FULL','full'), MelString('ICON','icon'), MelStruct('DATA','B',(flags,'flags')), )