1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Units/MMLAddon/PSInc/Wrappers/ocr.inc

5 lines
95 B
PHP
Raw Normal View History

function rs_GetUpText: String;
begin
Result := CurrThread.Client.MOCR.GetUpTextAt(9,9);
end;