r/Kos 11d ago

Help Latest documentation?

Is the latest documentation at https://ksp-kos.github.io/KOS_DOC/? It says it is for kOS 1.4 but kOS is at 1.6.

It seems some of the described APIs don't actually exist in kOS. For example, vessel:burntime (https://ksp-kos.github.io/KOS_DOC/structures/vessels/vessel.html#attribute:VESSEL:BURNTIME).

1 Upvotes

1 comment sorted by

2

u/nuggreat 11d ago

The last two updates have missed also rebuilding the documentation, the source files for the documentation are more up to date if you want to build them your self.

As to VESSEL:BURNTIME that has been a mistake in the documentation since kOS added the deltav structure. This is because as originally conceived burn time would be accessable directly off a vessel but as things where actually programed it was determined to move everything under the deltav structure but moving the suffix documentation was missed. See this github issue for some of the other suffixes that where missed when originally implementing them.

Also documentation does not describe APIs out side of what the addons provide.