MapCelToIPoint
Sets a cel's location to a point.
Synopsis
void MapCelToIPoint (CCB *cel, IPoint *newPosition)
Description
Sets a single cel to the specified coordinates. Converts the coordinates
to frac16 and stores them in the CCB X/Y position fields.
Arguments
- cel
- Pointer to the cel to be mapped.
- newPosition
- Pointer to the IPoint to which the cel is to be mapped.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, celutils.h
See Also
MapCelToFPoint
, MapAACelToIPoint, MapCelListToIPoint