Telemachus

Telemachus

14.7k Downloads

API docs for b.number incorrectly states it takes a body ID

jberkman opened this issue ยท 1 comments

commented

the API docs here:

https://github.com/richardbunt/Telemachus/wiki/API-String#bnumber

Number of Bodies [body id]

but the source indicates otherwise:

https://github.com/richardbunt/Telemachus/blob/master/Telemachus/src/DataLinkHandlers.cs#L1000-L1002

return FlightGlobals.Bodies.Count

commented

I have corrected this on the wiki and I will update the information string which appears in the source for the next update.

Thanks for reporting this!

Rich