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>obj_setpnt()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
OBJ_SETPNT()
   Changes a value in the array returned by OBJ_GETPNT().

   Syntax
         nCount = OBJ_SETPNT(nIndex,aInfoArray)

   Arguments
         nIndex      Object number.
         aInfoArray  Array to store modified object information.

   Returns
         nCount      -1 failure, 0 success.

   Description
         OBJ_SETPNT() is used to reset a value within the array returned by
         OBJ_GETPNT(). This can serve as a shortcut to deleting an object,
         then adding the new object with small modifications to it. The
         limitation is that you cannot expand the array of points for that
         object, only change existing data.

See Also: OBJ_ARRSIZ() OBJ_GETPNT()

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