Re: Launch pad release of rocket....
try the following maybe?Not sure why this code is not working?
...............
VESSEL3* v;
OBJHANDLE hvessel = GetAttachmentStatus(PAD1);
thrust = (v->GetThrusterLevel(hvessel));
....................
Code:
OBJHANDLE hvessel = GetAttachmentStatus(PAD1);
VESSEL2* v = (VESSEL2*)oapiGetVesselInterface(hvessel);
thrust = v->GetThrusterGroupLevel(THGROUP_MAIN);