Results 1 to 3 of 3

Thread: function isMMonMS(MM : TPoint) : Boolean;

  1. #1
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default function isMMonMS(MM : TPoint) : Boolean;

    Simba Code:
    function isMMonMS(MM : TPoint) : Boolean;
    begin
     Result := (MMtoMS(MM) <> Point(-1,-1));
    end;

  2. #2
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    This function is kind of small to be part of the library. It could be a good snippet?

  3. #3
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    In the workds of Coh3n:

    Quote Originally Posted by Coh3n View Post
    This is something that should be left up to the scripter.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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