subscreenwidget#

Variables#

const int

Type

const int

Index

const subscreenpage

Page

const int

DisplayItem

const int

EquipItem

int

Pos

int[]

PosDirs

bool[]

VisibleFlags

int

X

int

Y

int

W

int

H

const int

DispX

const int

DispY

const int

DispW

const int

DispH

bool[]

GenFlags

bool[]

Flags

int

SelectorDestX

int

SelectorDestY

int

SelectorDestW

int

SelectorDestH

int[]

SelectorWid

int[]

SelectorHei

int[]

SelectorTile

int[]

SelectorCSet

int[]

SelectorFlashCSet

int[]

SelectorFrames

int[]

SelectorASpeed

int[]

SelectorDelay

int

PressScript

untyped[]

PressInitD

bool[]

BtnPressScript

bool[]

BtnPageChange

int

PageMode

int

TargetPage

int

PageTransType

int

PageTransSFX

bool[]

PageTransFlags

int[]

PageTransArgs

int[]

CSet

int[]

Tile

int

Font

int

Align

int

ShadowType

int

ColorText

int

ColorFullText

int

ColorShadow

int

ColorFullShadow

int

ColorBG

int

ColorFullBG

int

ColorOutline

int

ColorFill

int

Button

int[]

Counter

int

MinDigits

int

MaxDigits

int

InfiniteItem

char32

InfiniteChar

int

CostIndex

int

ColorPlayer

int

ColorCompassBlink

int

ColorCompassOff

int

ColorRoom

int

ItemType

int

ItemID

int

FrameTile

int

FrameCSet

int

PieceTile

int

PieceCSet

int

Flip

int

Number

int[]

Corner

int

Frames

int

Speed

int

Delay

int

Container

int

GaugeWid

int

GaugeHei

int

Units

int

HSpace

int

VSpace

int

GridX

int

GridY

int

AnimVal

int

ShowDrain

int

PerContainer

int

TabSize

Functions#

void

GetSelTextOverride(char32[] buf)

void

SetSelTextOverride(char32[] str)

void

GetLabel(char32[] buf)

void

SetLabel(char32[] str)

void

GetText(char32[] buf)

void

SetText(char32[] str)

Enumerations#

enum SubscreenItemButton: 🔗 Source

SubscreenItemButton ITMBTN_A = 0

SubscreenItemButton ITMBTN_B = 1

SubscreenItemButton ITMBTN_X = 2

SubscreenItemButton ITMBTN_Y = 3

SubscreenItemButton NUM_ITMBTN = 4


Variable descriptions#

const int Type 🔗 Source

value SubscreenWidgetType (SUBWIDG_)

The widget’s type.


const int Index 🔗 Source

The index of this widget within the page.


const subscreenpage Page 🔗 Source

The page this widget is within.


const int DisplayItem 🔗 Source

The display/equip item ID for the widget.

Reads as -1 if no item exists, the widget is of a type that has no item, etc


const int EquipItem 🔗 Source

The display/equip item ID for the widget.

Reads as -1 if no item exists, the widget is of a type that has no item, etc


int Pos 🔗 Source

The selector position of this flag.

Only used if the widget is selectable (see GenFlags[]).


int[] PosDirs 🔗 Source

index Direction (DIR_)

The 4 directional positions for the selector.

Only used if the widget is selectable (see GenFlags[]).


bool[] VisibleFlags 🔗 Source

Flags related to the visibility of the widget.

Use the ‘SUBVISIB_’ constants to access.


int X 🔗 Source

The X position of the widget within the subscreen.

Some widget types do not use this.


int Y 🔗 Source

The Y position of the widget within the subscreen.

Some widget types do not use this.


int W 🔗 Source

The width/height of the widget within the subscreen.

This is USUALLY in pixels, but some types use different values! ex. for 2x2 frame, this is in minitiles, so 8 times less than pixels.

Some widget types do not use this.


int H 🔗 Source

The width/height of the widget within the subscreen.

This is USUALLY in pixels, but some types use different values! ex. for 2x2 frame, this is in minitiles, so 8 times less than pixels.

Some widget types do not use this.


const int DispX 🔗 Source

Gets the display x, in pixels.

The rectangle represented by this is the same as the bounding box shown in the subscreen editor in ZQ.


const int DispY 🔗 Source

Gets the display y, in pixels.

The rectangle represented by this is the same as the bounding box shown in the subscreen editor in ZQ.


const int DispW 🔗 Source

Gets the display width, in pixels.

The rectangle represented by this is the same as the bounding box shown in the subscreen editor in ZQ.


const int DispH 🔗 Source

Gets the display height, in pixels.

The rectangle represented by this is the same as the bounding box shown in the subscreen editor in ZQ.


bool[] GenFlags 🔗 Source

The general flags for subscreen widgets. These are usually applicable regardless of widget type. Use the ‘SUBW_GENFL_’ constants to access.


bool[] Flags 🔗 Source

The type-specific flags for subscreen widgets.

There is a different set of constants for this for each widget type.


int SelectorDestX 🔗 Source

The X/Y/W/H offsets for the selector on this widget, if the selector is overridden (see GenFlags[]).

These values will REPLACE the x/y/w/h that the selector would normally draw to.


int SelectorDestY 🔗 Source

The X/Y/W/H offsets for the selector on this widget, if the selector is overridden (see GenFlags[]).

These values will REPLACE the x/y/w/h that the selector would normally draw to.


int SelectorDestW 🔗 Source

The X/Y/W/H offsets for the selector on this widget, if the selector is overridden (see GenFlags[]).

These values will REPLACE the x/y/w/h that the selector would normally draw to.


int SelectorDestH 🔗 Source

The X/Y/W/H offsets for the selector on this widget, if the selector is overridden (see GenFlags[]).

These values will REPLACE the x/y/w/h that the selector would normally draw to.


int[] SelectorWid 🔗 Source

The width (in pixels) for the two selector overrides.

Will be used by the selector on this widget, if the selector is overridden (see GenFlags[]).


int[] SelectorHei 🔗 Source

The height (in pixels) for the two selector overrides.

Will be used by the selector on this widget, if the selector is overridden (see GenFlags[]).


int[] SelectorTile 🔗 Source

The tile for the two selector overrides.

Will be used by the selector on this widget, if the selector is overridden (see GenFlags[]).


int[] SelectorCSet 🔗 Source

The cset for the two selector overrides.

Will be used by the selector on this widget, if the selector is overridden (see GenFlags[]).


int[] SelectorFlashCSet 🔗 Source

The flashcset for the two selector overrides.

Will be used by the selector on this widget, if the selector is overridden (see GenFlags[]).


int[] SelectorFrames 🔗 Source

The animation frames for the two selector overrides.

Will be used by the selector on this widget, if the selector is overridden (see GenFlags[]).


int[] SelectorASpeed 🔗 Source

The animation speed for the two selector overrides.

Will be used by the selector on this widget, if the selector is overridden (see GenFlags[]).


int[] SelectorDelay 🔗 Source

The animation delay for the two selector overrides.

Will be used by the selector on this widget, if the selector is overridden (see GenFlags[]).


int PressScript 🔗 Source

The generic script that will run when a specified button is pressed while this widget is selected.


untyped[] PressInitD 🔗 Source

The 8 InitD[] args for the PressScript


bool[] BtnPressScript 🔗 Source

Use InteractButton (INTBTN_) to index this array.

The ‘true’ buttons here, when pressed while this widget is selected, run the press script.


bool[] BtnPageChange 🔗 Source

Use InteractButton (INTBTN_) to index this array.

The ‘true’ buttons here, when pressed while this widget is selected, change the current page based on PageMode.


int PageMode 🔗 Source

The type of page change that will occur when a specified button is pressed while this widget is selected.

Use the SubscreenPageMode (SUB_) (SUB_PGMODE_) constants for this value.


int TargetPage 🔗 Source

The page to change to when using PageMode of ‘SUB_PGMODE_TARG’


int PageTransType 🔗 Source

The transition type for PageMode transition.

Compare with the ‘TRANS_TY_’ constants.


int PageTransSFX 🔗 Source

The transition sfx for PageMode transition.


bool[] PageTransFlags 🔗 Source

The flags for PageMode transition.

Use the ‘TRANSFLAG_’ constants to access these.


int[] PageTransArgs 🔗 Source

The arguments used for PageMode transition.

Use the ‘TRANS_*_ARG_’ constants to access these


int[] CSet 🔗 Source

The widget’s cset(s).

For SUBWIDG_FRAME,SUBWIDG_MCGUFF,SUBWIDG_TILEBLOCK,SUBWIDG_MINITILE: can use the ‘SUB_CS_’ constants.


int[] Tile 🔗 Source

The widget’s tile(s).

For SUBWIDG_MINITILE, can use the ‘SUB_SPTILE_’ constant values.


int Font 🔗 Source

value Font

The widget’s font.


int Align 🔗 Source

value TextAlignment (TF_)

The widget’s text alignment.


int ShadowType 🔗 Source

value ShadowType - SUBWIDG_TEXT - SUBWIDG_TEXTBOX - SUBWIDG_TIME - SUBWIDG_COUNTER - SUBWIDG_OLDCTR - SUBWIDG_BTNCOUNTER - SUBWIDG_MMAPTITLE - SUBWIDG_SELECTEDTEXT

The widget’s Shadow Type.


int ColorText 🔗 Source

The widget’s color index used for Text


int ColorFullText 🔗 Source

The widget’s color index used for Text when the counter is full


int ColorShadow 🔗 Source

The widget’s color index used for Shadows


int ColorFullShadow 🔗 Source

The widget’s color index used for Shadows when the counter is full


int ColorBG 🔗 Source

The widget’s color index used for background


int ColorFullBG 🔗 Source

The widget’s color index used for background when the counter is full


int ColorOutline 🔗 Source

The widget’s color index used for outline


int ColorFill 🔗 Source

The widget’s color index used for fill


int Button 🔗 Source

value SubscreenItemButton (ITMBTN_)

The item button associated with the widget.


int[] Counter 🔗 Source

length SUBWIDG_COUNTER - 3 values, SUBWIDG_MISCGAUGE - 1 value

value CounterIndex (CR_)

The counter(s) associated with the widget.


int MinDigits 🔗 Source

The minimum digits of the widget.


int MaxDigits 🔗 Source

The maximum digits of the widget.


int InfiniteItem 🔗 Source

The infinite item of the widget.


char32 InfiniteChar 🔗 Source

The infinite character of the widget.


int CostIndex 🔗 Source

The index of cost to use for this widget


int ColorPlayer 🔗 Source

The widget’s color index used to indicate the Hero


The widget’s color index used to indicate the blinking compass


int ColorCompassOff 🔗 Source

The widget’s color index used to indicate the off compass


int ColorRoom 🔗 Source

The widget’s color index used to indicate rooms


int ItemType 🔗 Source

The itemclass used by the widget (0 <= ItemType < IC_MAXUSABLE)


int ItemID 🔗 Source

The item ID used by the widget (-1 <= ItemID < NUM_ITEMDATA)


int FrameTile 🔗 Source

The frame/piece tile/cset used by the widget.


int FrameCSet 🔗 Source

The frame/piece tile/cset used by the widget.


int PieceTile 🔗 Source

The frame/piece tile/cset used by the widget.


int PieceCSet 🔗 Source

The frame/piece tile/cset used by the widget.


int Flip 🔗 Source

The widget’s flip value.


int Number 🔗 Source

The number associated with the widget.


int[] Corner 🔗 Source

The corner(s) associated with the widget.


int Frames 🔗 Source

The widget’s frames


int Speed 🔗 Source

The widget’s speed


int Delay 🔗 Source

The widget’s delay


int Container 🔗 Source

The widget’s container number


int GaugeWid 🔗 Source

The widget’s gauge width


int GaugeHei 🔗 Source

The widget’s gauge height


int Units 🔗 Source

The widgets unit value


int HSpace 🔗 Source

The widget’s horizontal spacing


int VSpace 🔗 Source

The widget’s vertical spacing


int GridX 🔗 Source

The widget’s grid x


int GridY 🔗 Source

The widget’s grid y


int AnimVal 🔗 Source

The widget’s animation value


int ShowDrain 🔗 Source

The magic drain rate this widget will be visible at (-1 for any)


int PerContainer 🔗 Source

The counter amount per “container” for the widget


int TabSize 🔗 Source

The widget’s tabsize value


Function descriptions#

void GetSelTextOverride(char32[] buf) 🔗 Source

Gets the selected text override for this widget.

If the buffer provided is too small, it will *automatically be resized to fit*.


void SetSelTextOverride(char32[] str) 🔗 Source

Sets the selected text override for this widget.

A blank string represents no override.


void GetLabel(char32[] buf) 🔗 Source

Gets the label for this widget.

If the buffer provided is too small, it will *automatically be resized to fit*.


void SetLabel(char32[] str) 🔗 Source

Sets the label for this widget.


void GetText(char32[] buf) 🔗 Source

Gets/Sets the text for this widget.

If the buffer provided for GetText() is too small, it will *automatically be resized to fit*.


void SetText(char32[] str) 🔗 Source

Gets/Sets the text for this widget.

If the buffer provided for GetText() is too small, it will *automatically be resized to fit*.