subscreendata#
Variables#
int |
|
int |
|
const subscreenpage[] |
|
const int |
|
bool[] |
|
int |
|
int |
|
untyped[] |
|
bool[] |
|
bool[] |
|
int |
|
int |
|
bool[] |
|
int[] |
|
int |
|
int |
|
bool[] |
|
int[] |
|
int |
|
int |
|
int |
|
int |
|
int[] |
|
int[] |
|
int[] |
|
int[] |
|
int[] |
|
int[] |
|
int[] |
|
int[] |
|
int |
|
int |
|
bool[] |
|
int[] |
|
int |
|
int |
Functions#
Enumerations#
enum TransitionFlag: π Source
TransitionFlag TRANSFLAG_NO_HIDE_SELECTOR = 0
TransitionFlag TRANSFLAG_MAX = 1
enum SubscreenWidgetType: π Source
SubscreenWidgetType SUBWIDG_NULL = 0
SubscreenWidgetType SUBWIDG_FRAME = 1
SubscreenWidgetType SUBWIDG_TEXT = 2
SubscreenWidgetType SUBWIDG_LINE = 3
SubscreenWidgetType SUBWIDG_RECT = 4
SubscreenWidgetType SUBWIDG_TIME = 5
SubscreenWidgetType SUBWIDG_MMETER = 6
SubscreenWidgetType SUBWIDG_LMETER = 7
SubscreenWidgetType SUBWIDG_BTNITM = 8
SubscreenWidgetType SUBWIDG_COUNTER = 9
SubscreenWidgetType SUBWIDG_OLDCTR = 10
SubscreenWidgetType SUBWIDG_MMAPTITLE = 11
SubscreenWidgetType SUBWIDG_MMAP = 12
SubscreenWidgetType SUBWIDG_LMAP = 13
SubscreenWidgetType SUBWIDG_BGCOLOR = 14
SubscreenWidgetType SUBWIDG_ITEMSLOT = 15
SubscreenWidgetType SUBWIDG_MCGUFF_FRAME = 16
SubscreenWidgetType SUBWIDG_MCGUFF = 17
SubscreenWidgetType SUBWIDG_TILEBLOCK = 18
SubscreenWidgetType SUBWIDG_MINITILE = 19
SubscreenWidgetType SUBWIDG_SELECTOR = 20
SubscreenWidgetType SUBWIDG_LGAUGE = 21
SubscreenWidgetType SUBWIDG_MGAUGE = 22
SubscreenWidgetType SUBWIDG_TEXTBOX = 23
SubscreenWidgetType SUBWIDG_SELECTEDTEXT = 24
SubscreenWidgetType SUBWIDG_MISCGAUGE = 25
SubscreenWidgetType SUBWIDG_BTNCOUNTER = 26
SubscreenWidgetType SUBWIDG_COUNTERPERCBAR = 27
SubscreenWidgetType SUBWIDG_MAX = 28
enum SubscreenWidgetGenFlag: π Source
SubscreenWidgetGenFlag SUBW_GENFL_SELECTABLE = 0
If the widget is βselectableβ by the subscreen cursor
SubscreenWidgetGenFlag SUBW_GENFL_PGMODE_NOWRAP = 1
If going left from the leftmost page or right from the rightmost page should do nothing instead of wrapping, when changing pages
SubscreenWidgetGenFlag SUBW_GENFL_SELECTOR_OVERRIDE = 2
If this widget uses a customly overridden subscreen selector cursor graphic
SubscreenWidgetGenFlag SUBW_GENFL_REQ_COUNTER_MAX = 3
If the counter requirement should use the βmaxβ of the counter, instead of itβs plain value
SubscreenWidgetGenFlag SUBW_GENFL_REQ_COUNTER_PERC = 4
If the counter requirement should use the βpercentage of maxβ of the counter, instead of itβs plain value (overrides SUBW_GENFL_REQ_COUNTER_MAX)
SubscreenWidgetGenFlag SUBW_GENFL_REQ_INVERT_LITEM = 5
If the LItem requirement should require *not having any of the LItems*, instead of having all of the LItems
SubscreenWidgetGenFlag SUBW_GENFL_MAX = 6
enum SubscreenPageMode: π Source
SubscreenPageMode SUB_PGMODE_NONE = 0
no page change
SubscreenPageMode SUB_PGMODE_NEXT = 1
next page
SubscreenPageMode SUB_PGMODE_PREV = 2
previous page
SubscreenPageMode SUB_PGMODE_TARG = 3
specified page
SubscreenPageMode SUB_PGMODE_MAX = 4
SSTYPE SSTYPE_ACTIVE = 0
Subscreen Types
SSTYPE SSTYPE_PASSIVE = 1
SSTYPE SSTYPE_OVERLAY = 2
SSTYPE SSTYPE_MAX = 3
SSFL_ACTIVE SSFL_ACTIVE_NOPAGEWRAP = 0
Subscreen Flags
SSFL_ACTIVE SSFL_ACTIVE_OVERRIDE_SELECTOR = 1
SSFL_ACTIVE SSFL_ACTIVE_MAX = 2
enum SSFL_PASSIVE_MAX: π Source
SSFL_PASSIVE_MAX SSFL_PASSIVE_MAX = 0
enum SSFL_OVERLAY_MAX: π Source
SSFL_OVERLAY_MAX SSFL_OVERLAY_MAX = 0
TRANS_TY TRANS_TY_INSTANT = 0
Transition Types
TRANS_TY TRANS_TY_SLIDE = 1
TRANS_TY TRANS_TY_PIXEL = 2
TRANS_TY TRANS_TY_MAX = 3
enum TRANS_INSTANT_ARG_MAX: π Source
TRANS_INSTANT_ARG_MAX TRANS_INSTANT_ARG_MAX = 0
Transition arguments
enum TRANS_SLIDE_ARG: π Source
TRANS_SLIDE_ARG TRANS_SLIDE_ARG_DIR = 0
TRANS_SLIDE_ARG TRANS_SLIDE_ARG_SPEED = 1
TRANS_SLIDE_ARG TRANS_SLIDE_ARG_MAX = 2
enum TRANS_PIXEL_ARG: π Source
TRANS_PIXEL_ARG TRANS_PIXEL_ARG_INVERT = 0
TRANS_PIXEL_ARG TRANS_PIXEL_ARG_DURATION = 1
TRANS_PIXEL_ARG TRANS_PIXEL_ARG_XOFF = 2
TRANS_PIXEL_ARG TRANS_PIXEL_ARG_YOFF = 3
TRANS_PIXEL_ARG TRANS_PIXEL_ARG_MAX = 4
SUBVISIB SUBVISIB_CLOSED = 0
Visible while the active subscreen is closed
SUBVISIB SUBVISIB_OPEN = 1
Visible while the active subscreen is open
SUBVISIB SUBVISIB_SCROLLING = 2
Visible while the active subscreen is opening/closing
SUBVISIB SUBVISIB_NO_MSGSTR = 3
Hide while a message string is displaying
SUBVISIB SUBVISIB_MAX = 4
SUB_CS SUB_CS_MCGUFF = -1
Special Subscreen CSet Values
SUB_CS SUB_CS_MCGUFF_FRAME = -2
SUB_CS SUB_CS_OW_MAP = -3
SUB_CS SUB_CS_DUNG_MAP = -4
SUB_CS SUB_CS_BLUEFRAME = -5
SUB_CS SUB_CS_HCPIECES = -6
SUB_CS SUB_CS_SSVINE = -7
SUB_CS SUB_CS_MIN = -8
enum SUB_COLOR_SYS: π Source
SUB_COLOR_SYS SUB_COLOR_SYS_0 = -1
Special Subscreen Color Values
SUB_COLOR_SYS SUB_COLOR_SYS_1 = -2
SUB_COLOR_SYS SUB_COLOR_SYS_2 = -3
SUB_COLOR_SYS SUB_COLOR_SYS_3 = -4
SUB_COLOR_SYS SUB_COLOR_SYS_4 = -5
SUB_COLOR_SYS SUB_COLOR_SYS_5 = -6
SUB_COLOR_SYS SUB_COLOR_SYS_6 = -7
SUB_COLOR_SYS SUB_COLOR_SYS_7 = -8
SUB_COLOR_SYS SUB_COLOR_SYS_8 = -9
SUB_COLOR_SYS SUB_COLOR_SYS_9 = -10
SUB_COLOR_SYS SUB_COLOR_SYS_10 = -11
SUB_COLOR_SYS SUB_COLOR_SYS_11 = -12
SUB_COLOR_SYS SUB_COLOR_SYS_12 = -13
SUB_COLOR_SYS SUB_COLOR_SYS_13 = -14
SUB_COLOR_SYS SUB_COLOR_SYS_14 = -15
SUB_COLOR_SYS SUB_COLOR_SYS_15 = -16
SUB_COLOR_SYS SUB_COLOR_TEXT = -17
SUB_COLOR_SYS SUB_COLOR_CAPTION = -18
SUB_COLOR_SYS SUB_COLOR_OVERW_BG = -19
SUB_COLOR_SYS SUB_COLOR_DUNG_BG = -20
SUB_COLOR_SYS SUB_COLOR_DUNG_FG = -21
SUB_COLOR_SYS SUB_COLOR_CAVE_FG = -22
SUB_COLOR_SYS SUB_COLOR_BS_DARK = -23
SUB_COLOR_SYS SUB_COLOR_BS_GOAL = -24
SUB_COLOR_SYS SUB_COLOR_COMPASS_L = -25
SUB_COLOR_SYS SUB_COLOR_COMPASS_D = -26
SUB_COLOR_SYS SUB_COLOR_SUBSCR_BG = -27
SUB_COLOR_SYS SUB_COLOR_SUBSCR_SHD = -28
SUB_COLOR_SYS SUB_COLOR_MCGUFF_FRM = -29
SUB_COLOR_SYS SUB_COLOR_LMAP_BG = -30
SUB_COLOR_SYS SUB_COLOR_LMAP_FG = -31
SUB_COLOR_SYS SUB_COLOR_HERODOT = -32
SUB_COLOR_SYS SUB_COLOR_MSGTXT = -33
SUB_COLOR_SYS SUB_COLOR_TRANSPARENT = -34
SUB_COLOR_SYS SUB_COLOR_MIN = -35
SUB_SPTILE SUB_SPTILE_SSVINE = -1
Special Subscreen Tile Values
SUB_SPTILE SUB_SPTILE_MAGICMETER = -2
SUB_SPTILE SUB_SPTILE_MIN = -3
enum SUBW_FRAME_FLAG: π Source
SUBW_FRAME_FLAG SUBW_FRAME_FLAG_TRANSP = 0
Flags for SUBWIDG_FRAME
SUBW_FRAME_FLAG SUBW_FRAME_FLAG_OVERLAY = 1
SUBW_FRAME_FLAG SUBW_FRAME_NUMFLAGS = 2
enum SUBW_TEXT_NUMFLAGS: π Source
SUBW_TEXT_NUMFLAGS SUBW_TEXT_NUMFLAGS = 0
Flags for SUBWIDG_TEXT
SUBW_LINE SUBW_LINE_FLAG_TRANSP = 0
Flags for SUBWIDG_LINE
SUBW_LINE SUBW_LINE_NUMFLAGS = 1
enum SUBW_RECT_FLAG: π Source
SUBW_RECT_FLAG SUBW_RECT_FLAG_TRANSP = 0
Flags for SUBWIDG_RECT
SUBW_RECT_FLAG SUBW_RECT_FLAG_FILLED = 1
SUBW_RECT_FLAG SUBW_RECT_NUMFLAGS = 2
SUBW_TIME SUBW_TIME_FLAG_ALTSTR = 0
Flags for SUBWIDG_TIME
SUBW_TIME SUBW_TIME_NUMFLAGS = 1
enum SUBW_MMETER_NUMFLAGS: π Source
SUBW_MMETER_NUMFLAGS SUBW_MMETER_NUMFLAGS = 0
Flags for SUBWIDG_MMETER
SUBW_LMETER SUBW_LMETER_FLAG_BOTTOM = 0
Flags for SUBWIDG_LMETER
SUBW_LMETER SUBW_LMETER_NUMFLAGS = 1
SUBW_BTNITM SUBW_BTNITM_FLAG_TRANSP = 0
Flags for SUBWIDG_BTNITM
SUBW_BTNITM SUBW_BTNITM_NUMFLAGS = 1
enum SUBW_COUNTER_FLAG: π Source
SUBW_COUNTER_FLAG SUBW_COUNTER_FLAG_SHOW0 = 0
Flags for SUBWIDG_COUNTER
SUBW_COUNTER_FLAG SUBW_COUNTER_FLAG_ONLYSEL = 1
SUBW_COUNTER_FLAG SUBW_COUNTER_NUMFLAGS = 2
SUBW_OLDCTR SUBW_OLDCTR_FLAG_USEX = 0
Flags for SUBWIDG_OLDCTR
SUBW_OLDCTR SUBW_OLDCTR_NUMFLAGS = 1
enum SUBW_MMAPTITLE_FLAG: π Source
SUBW_MMAPTITLE_FLAG SUBW_MMAPTITLE_FLAG_REQMAP = 0
Flags for SUBWIDG_MMAPTITLE
SUBW_MMAPTITLE_FLAG SUBW_MMAPTITLE_FLAG_ONELINE = 1
SUBW_MMAPTITLE_FLAG SUBW_MMAPTITLE_NUMFLAGS = 2
enum SUBW_MMAP_FLAG: π Source
SUBW_MMAP_FLAG SUBW_MMAP_FLAG_SHOWMAP = 0
If the map itself is drawn
SUBW_MMAP_FLAG SUBW_MMAP_FLAG_SHOWPLAYER = 1
If the player marker is drawn
SUBW_MMAP_FLAG SUBW_MMAP_FLAG_SHOWCOMPASS = 2
If the compass marker is drawn
SUBW_MMAP_FLAG SUBW_MMAP_NUMFLAGS = 3
enum SUBW_LMAP_FLAG: π Source
SUBW_LMAP_FLAG SUBW_LMAP_FLAG_SHOWMAP = 0
Flags for SUBWIDG_LMAP
SUBW_LMAP_FLAG SUBW_LMAP_FLAG_SHOWROOM = 1
SUBW_LMAP_FLAG SUBW_LMAP_FLAG_SHOWPLAYER = 2
SUBW_LMAP_FLAG SUBW_LMAP_FLAG_LARGE = 3
SUBW_LMAP_FLAG SUBW_LMAP_NUMFLAGS = 4
enum SUBW_BGCOLOR_NUMFLAGS: π Source
SUBW_BGCOLOR_NUMFLAGS SUBW_BGCOLOR_NUMFLAGS = 0
Flags for SUBWIDG_BGCOLOR
enum SUBW_ITEMSLOT_FLAG: π Source
SUBW_ITEMSLOT_FLAG SUBW_ITEMSLOT_FLAG_INVIS = 0
Flags for SUBWIDG_ITEMSLOT
SUBW_ITEMSLOT_FLAG SUBW_ITEMSLOT_FLAG_NON_EQUIPPABLE = 1
SUBW_ITEMSLOT_FLAG SUBW_ITEMSLOT_MOVE_IGNORE_SPEC_SELTEXT = 2
SUBW_ITEMSLOT_FLAG SUBW_ITEMSLOT_MOVE_IGNORE_SPEC_DISPLAY = 3
SUBW_ITEMSLOT_FLAG SUBW_ITEMSLOT_FLAG_NO_INTERACT_WO_ITEM = 4
SUBW_ITEMSLOT_FLAG SUBW_ITEMSLOT_FLAG_NO_INTERACT_WO_EQUIP = 5
SUBW_ITEMSLOT_FLAG SUBW_ITEMSLOT_FLAG_NO_UNEQUIP = 6
SUBW_ITEMSLOT_FLAG SUBW_ITEMSLOT_NUMFLAGS = 7
enum SUBW_MCGUFF_FRAME_FLAG: π Source
SUBW_MCGUFF_FRAME_FLAG SUBW_MCGUFF_FRAME_FLAG_SHOWFRAME = 0
Flags for SUBWIDG_MCGUFF_FRAME
SUBW_MCGUFF_FRAME_FLAG SUBW_MCGUFF_FRAME_FLAG_SHOWPIECES = 1
SUBW_MCGUFF_FRAME_FLAG SUBW_MCGUFF_FRAME_FLAG_LARGEPIECES = 2
SUBW_MCGUFF_FRAME_FLAG SUBW_MCGUFF_FRAME_NUMFLAGS = 3
enum SUBW_MCGUFF_FLAG: π Source
SUBW_MCGUFF_FLAG SUBW_MCGUFF_FLAG_OVERLAY = 0
Flags for SUBWIDG_MCGUFF
SUBW_MCGUFF_FLAG SUBW_MCGUFF_FLAG_TRANSP = 1
SUBW_MCGUFF_FLAG SUBW_MCGUFF_NUMFLAGS = 2
enum SUBW_TILEBLOCK_FLAG: π Source
SUBW_TILEBLOCK_FLAG SUBW_TILEBLOCK_FLAG_OVERLAY = 0
Flags for SUBWIDG_TILEBLOCK
SUBW_TILEBLOCK_FLAG SUBW_TILEBLOCK_FLAG_TRANSP = 1
SUBW_TILEBLOCK_FLAG SUBW_TILEBLOCK_NUMFLAGS = 2
enum SUBW_MINITILE_FLAG: π Source
SUBW_MINITILE_FLAG SUBW_MINITILE_FLAG_OVERLAY = 0
Flags for SUBWIDG_MINITILE
SUBW_MINITILE_FLAG SUBW_MINITILE_FLAG_TRANSP = 1
SUBW_MINITILE_FLAG SUBW_MINITILE_NUMFLAGS = 2
enum SUBW_SELECTOR_FLAG: π Source
SUBW_SELECTOR_FLAG SUBW_SELECTOR_FLAG_TRANSP = 0
Flags for SUBWIDG_SELECTOR
SUBW_SELECTOR_FLAG SUBW_SELECTOR_FLAG_LARGE = 1
SUBW_SELECTOR_FLAG SUBW_SELECTOR_FLAG_USEB = 2
SUBW_SELECTOR_FLAG SUBW_SELECTOR_NUMFLAGS = 3
enum SUBW_GAUGE_FLAG: π Source
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_MOD1 = 0
Flags for SUBWIDG_LGAUGE,SUBWIDG_MGAUGE,SUBWIDG_MISCGAUGE
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_MOD2 = 1
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_MOD3 = 2
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_MOD4 = 3
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_UNIQUE_LAST = 4
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_FULL_TILE = 5
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_ANIMATE_UNDER = 6
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_ANIMATE_OVER = 7
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_ANIMATE_PERCENT = 8
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_ANIMATE_SKIP_FIRST = 9
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_INFITEM_REQUIRE = 10
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_INFITEM_DISALLOW = 11
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_GRID_RTOL = 12
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_GRID_TTOPB = 13
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_GRID_COLUMN_FIRST = 14
SUBW_GAUGE_FLAG SUBW_GAUGE_FLAG_GRID_SNAKE_PATTERN = 15
SUBW_GAUGE_FLAG SUBW_GAUGE_NUMFLAGS = 16
enum SUBW_TEXTBOX: π Source
SUBW_TEXTBOX SUBW_TEXTBOX_FLAG_WORDWRAP = 0
Flags for SUBWIDG_TEXTBOX
SUBW_TEXTBOX SUBW_TEXTBOX_NUMFLAGS = 1
enum SUBW_SELECTEDTEXT: π Source
SUBW_SELECTEDTEXT SUBW_SELECTEDTEXT_FLAG_WORDWRAP = 0
Flags for SUBWIDG_SELECTEDTEXT
SUBW_SELECTEDTEXT SUBW_SELECTEDTEXT_NUMFLAGS = 1
enum SUBW_BTNCOUNTER_FLAG: π Source
SUBW_BTNCOUNTER_FLAG SUBW_BTNCOUNTER_FLAG_SHOW0 = 0
Flags for SUBWIDG_BTNCOUNTER
SUBW_BTNCOUNTER_FLAG SUBW_BTNCOUNTER_FLAG_NOCOLLAPSE = 1
SUBW_BTNCOUNTER_FLAG SUBW_BTNCOUNTER_NUMFLAGS = 2
enum SUBW_COUNTERPERCBAR: π Source
SUBW_COUNTERPERCBAR SUBW_COUNTERPERCBAR_TRANSP = 0
Flags for SUBWIDG_COUNTERPERCBAR
SUBW_COUNTERPERCBAR SUBW_COUNTERPERCBAR_VERTICAL = 1
SUBW_COUNTERPERCBAR SUBW_COUNTERPERCBAR_INVERT = 2
SUBW_COUNTERPERCBAR SUBW_COUNTERPERCBAR_NUMFLAGS = 3
Variable descriptions#
The currently selected page.
The total number of pages
const subscreenpage[] Pages π Source
The array containing the pages
Compare with the SSTYPE_
constants.
The type of the subscreen.
The flags of the subscreen. Use the SSFL_*_
constants to access.
The position value of the selector.
The subscreenβs script.
The subscreenβs InitD[] parameters
bool[] BtnPageLeft π Source
Use InteractButton (INTBTN_) to index this array.
The βtrueβ buttons here, when pressed, change pages leftwards.
bool[] BtnPageRight π Source
Use InteractButton (INTBTN_) to index this array.
The βtrueβ buttons here, when pressed, change pages rightwards.
The transition type for left/right transitions.
Compare with the TRANS_TY_
constants.
The transition sfx for left/right transitions.
bool[] TransLeftFlags π Source
The flags for left/right transitions.
Use the TRANSFLAG_
constants to access these.
int[] TransLeftArgs π Source
The arguments used for left/right transitions.
Use the βTRANS__ARG_
constants to access these
int TransRightType π Source
The transition type for left/right transitions.
Compare with the TRANS_TY_
constants.
The transition sfx for left/right transitions.
bool[] TransRightFlags π Source
The flags for left/right transitions.
Use the TRANSFLAG_
constants to access these.
int[] TransRightArgs π Source
The arguments used for left/right transitions.
Use the βTRANS__ARG_
constants to access these
The X/Y/W/H offsets for the selector on this subscreen, if the selector is overridden (see Flags[]).
These values will be ADDED to the x/y/w/h that the selector would normally draw to.
The X/Y/W/H offsets for the selector on this subscreen, if the selector is overridden (see Flags[]).
These values will be ADDED to the x/y/w/h that the selector would normally draw to.
The X/Y/W/H offsets for the selector on this subscreen, if the selector is overridden (see Flags[]).
These values will be ADDED to the x/y/w/h that the selector would normally draw to.
The X/Y/W/H offsets for the selector on this subscreen, if the selector is overridden (see Flags[]).
These values will be ADDED to the x/y/w/h that the selector would normally draw to.
The pixel-size, tile, cset/flashcset, and animation information for the two selector overrides.
These will be used by the selector on this subscreen, if the selector is overridden (see Flags[]).
The pixel-size, tile, cset/flashcset, and animation information for the two selector overrides.
These will be used by the selector on this subscreen, if the selector is overridden (see Flags[]).
int[] SelectorTile π Source
The pixel-size, tile, cset/flashcset, and animation information for the two selector overrides.
These will be used by the selector on this subscreen, if the selector is overridden (see Flags[]).
int[] SelectorCSet π Source
The pixel-size, tile, cset/flashcset, and animation information for the two selector overrides.
These will be used by the selector on this subscreen, if the selector is overridden (see Flags[]).
int[] SelectorFlashCSet π Source
The pixel-size, tile, cset/flashcset, and animation information for the two selector overrides.
These will be used by the selector on this subscreen, if the selector is overridden (see Flags[]).
int[] SelectorFrames π Source
The pixel-size, tile, cset/flashcset, and animation information for the two selector overrides.
These will be used by the selector on this subscreen, if the selector is overridden (see Flags[]).
int[] SelectorASpeed π Source
The pixel-size, tile, cset/flashcset, and animation information for the two selector overrides.
These will be used by the selector on this subscreen, if the selector is overridden (see Flags[]).
int[] SelectorDelay π Source
The pixel-size, tile, cset/flashcset, and animation information for the two selector overrides.
These will be used by the selector on this subscreen, if the selector is overridden (see Flags[]).
The timer clock used by the currently active transition.
-1
indicates no transition. Writing to -1
clears the current
transition.
Writing a positive value starts a transition if none is currently active.
The transition type currently active.
Compare with the TRANS_TY_
constants.
index
TransitionFlag (TRANSFLAG_)
The flags for the current transition.
The arguments used for the current transition.
Use the βTRANS__ARG_
constants to access these
The page the currently active transition is going from/to.
The page the currently active transition is going from/to.
Function descriptions#
void GetName(char32[] buf) π Source
Puts the subscreenβs name in the buffer.
If the buffer is too small, resizes it for you!
void SetName(char32[] buf) π Source
Sets the subscreenβs name from the buffer.
void SwapPages(int index1, int index2) π Source
Swaps the pages at the two indexes.