Results 1 to 4 of 4

Thread: What happened to FindObjMultiText?

  1. #1
    Join Date
    Jul 2007
    Location
    America
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default What happened to FindObjMultiText?

    I guess the dev's deleted - anybody know why? It worked fine for me - I've also seen alot of people use it in powermining/woodcutting scripts.

    Or was it deemed not useful and taken over by FindObj? I guess FindObj is faster, and can support any string and not just one word.
    I dunno, those asians are pretty difficult to out-auto, legend has it they don't need sleep or food...~tim0suprem0
    Activity is on the decline - school's got me
    Check out my tutorial[s] on Color Finding!||Procedures and Functions!

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    its replaced by FindObjCustom

    Function FindObjCustom(var cx, cy: Integer; Text: TStringArray; Color: TIntegerArray; Tolerance: Integer): Boolean;

    Example of usage :

    FindObjCustom(x, y, ['ut d', 'down', 'own'], [455904, 4504539, 604935], 10);
    Administrator's Warning:


  3. #3
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I believe it was replaced by FindObjMultiCustom, which accepts any amount of strings through an array.

    __
    *sigh*
    Interested in C# and Electrical Engineering? This might interest you.

  4. #4
    Join Date
    Jul 2007
    Location
    America
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default


    That makes sense. I was wondering why it just disappeared - and you guys made it better than before.
    I dunno, those asians are pretty difficult to out-auto, legend has it they don't need sleep or food...~tim0suprem0
    Activity is on the decline - school's got me
    Check out my tutorial[s] on Color Finding!||Procedures and Functions!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PvH ~ What Happened?
    By Rich in forum News and General
    Replies: 1
    Last Post: 12-09-2008, 05:10 PM
  2. what happened?
    By waleed in forum OSR Help
    Replies: 1
    Last Post: 11-19-2007, 02:46 PM
  3. FindObjMultiText slow / ineffective? -Help
    By ~~~~ in forum OSR Help
    Replies: 3
    Last Post: 07-07-2007, 10:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •