GetTextInfo¶
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_1orMENU_2are 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 iftypeisTEXTINFO_TEXTDATA.
Return Value¶
Sets store to the result.