navWaypointDeleteByCat (Function) |
Top Previous Next |
This function will delete all waypoints in the categories selected.
Input: categories : INT A bit field that indicates which categories to delete waypoints from. For example, if the waypoint should be in categories with IDs 0 and 5, the categories should have the lowest bit and the 6th lowest bit set to 1 for a value of 33 decimals (00000000 00100001 in binary).
Returns: INT
Declaration: FUNCTION navWaypointDeleteByCat : INT;
Example: INCLUDE rtcu.inc |