Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>hot_method()</b> c_demo http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HOT_METHOD()                                                        C_DEMO
   Changes the search method of current hot object.

   Syntax
         nMethod = HOT_METHOD([nIndex] [,nMethod])

   Arguments
         OPTIONAL PARAMETERS
         nIndex      Object number.
         nMethod     Sets new search method for the current hot object.
                        -1 - Do not find this object.
                         0 - Find object on line.
                         1 - Find inside of closed objects.

   Returns
         nMethod     Returns the previous search method.

   Description
         HOT_METHOD() changes the search method of an object and returns the
         new method. If nMethod is -1, the object will not be able to be
         found (made hot) during other operations. If nMethod is 0, the object
         can be found by the current nSnapMethod (see CAD_SETUP()). If nMethod
         is 1, the object can be found anywhere inside of closed objects.

See Also: HOT_INFO() HOT_VIEW() OBJ_HOT() OBJ_HOTPNT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson