Can any one explain to me in detail how to use the function GetTextAtEx
for simba, this doesn't explain anything http://docs.villavu.com/simba/script...rs-getuptextat
If any 1 know how to use plz post...
![]()
Can any one explain to me in detail how to use the function GetTextAtEx
for simba, this doesn't explain anything http://docs.villavu.com/simba/script...rs-getuptextat
If any 1 know how to use plz post...
![]()
You can try using the search bar too(specifically), if your don't understand somthing off the doc's (even though it IS on the doc's, here); it (the search bar) tends to turn up many useful topics that can help ( such as or this, just to name a couple )
I think that
means, we're getting our text within a box xs, ys, xe, ye, and our minimum vertical spacing (usually 0), and our maximum vertical spacing (20 should suffice), and our height spacing (0), our text's color (some drawn out integer, such as/example 16777215), and the color's tolerance (try 15, 20, or if the text color never changes, 0), all in which returns us a string / our text. Hope this helpsSimba Code:GetTextAtEx(const xs,ys,xe,ye, minvspacing, maxvspacing, hspacing,color, tol: integer;const font: string): string;
thanx for the reply but the docs don't explain how to use,
and the search results give no help
Well I pretty much explained everything you need to enter for the function, what are you not understanding?
could you post a example of it finding text in the chat box in rs
thanx i found another way
There are currently 1 users browsing this thread. (0 members and 1 guests)