Merge commit:8fd66aa8 from subtree libxplanempfork

This commit is contained in:
Mathew Sutcliffe
2015-11-19 23:30:44 +00:00
8 changed files with 126 additions and 20 deletions

View File

@@ -502,11 +502,11 @@ typedef void (* XPMPPlaneNotifier_f)(
*
* This function fetches specific data about a plane in the sim. Pass in a plane ID, a data type
* and a pointer to a struct for the data. The struct's size field must be filled in! The data
* will be returned if possible, as well as the sim cycle the data is from, or 0 if the data could not
* be fetched.
* will be returned if possible, as well as an enum code indicating whether we are returning new
* data, old data, or we have no data at all.
*
*/
int XPMPGetPlaneData(
XPMPPlaneCallbackResult XPMPGetPlaneData(
XPMPPlaneID inPlane,
XPMPPlaneDataType inDataType,
void * outData);