A secret function opcDeleteVessel()

Wraith

New member
Joined
Oct 7, 2008
Messages
59
Reaction score
0
Points
0
Location
Moscow
Yes, it's opcDeleteVessel(), not oapiDeleteVessel().

Here's what I dug out: the only mention of opcDeleteVessel() in SDK documentation is in oapiIsVessel() section. The function is briefly mentioned as a means to track vessel deletion, but it is not documented at all. Forum search for 'opcDeleteVessel' reports nothing either, and orbit.m6.net forum search yields two occurrences, one of those is a post from Martin telling about the function.

I guess, the function prototype is something like this
Code:
DLLCLBK void opcDeleteVessel( OBJHANDLE v );
 
Top