setCurrentWaypoint – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:


[[User:Planck|Planck]] 22:12, 22 April 2007 (CEST)
[[User:Planck|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]])?

Revision as of 05:00, 23 April 2007

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)?