setCurrentWaypoint – Talk
Jump to navigation
Jump to search
Should the waypoint manipulation commands use Waypoint as the data type for the waypoint parameter rather than array? --Ceeeb 20:19, 22 April 2007 (CEST)
I tried this too, but without success :) Waypoint is not independent data type, it's just Array with specific format. ++Str 22:05, 22 April 2007 (CEST)
- waypoint is just the parameter name that BI gave it, the parameter is clearly stated as being of type Array
Planck 22:12, 22 April 2007 (CEST)
- Okay, I understand that waypoint format is just an array, but I still feel that adding the more specific data format type would make life a bit easier to the new user! How about adding more details, as seen on for the return value of position command. eg: parameters: Array (in format Waypoint)?
- Seconded. As a further suggestion I'd like to see these imaginary types in one article and less spread. -- Manny 13:21, 23 April 2007 (CEST)
- Okay, I understand that waypoint format is just an array, but I still feel that adding the more specific data format type would make life a bit easier to the new user! How about adding more details, as seen on for the return value of position command. eg: parameters: Array (in format Waypoint)?