GetTextInfo (RSDKv3)¶
Description¶
Gets the data of Type
from Menu
using Index
and stores it in Store
.
Parameters¶
Store
-
Variable where the data will be saved.
Menu
-
The menu from where to get the data.
MENU_1
orMENU_2
are valid. Type
-
The type of data to read. Valid values are 0 (
TEXTINFO_TEXTDATA
), 1 (TEXTINFO_TEXTSIZE
) or 2 (TEXTINFO_ROWCOUNT
). Index
-
Index of the text row from where to get the data.
Offset
-
Offset for the text at
Index
. Only used ifType
isTEXTINFO_TEXTDATA
.
Return Value¶
Sets Store
to the result.