XPLMHostApplicationID
While the plug-in SDK is only accessible to plugins running inside X-Plane, the original authors considered extending the API to other applications that shared basic infrastructure with X-Plane. These enumerations are hold-overs from that original roadmap; all values other than X-Plane are deprecated. Your plugin should never need this enumeration.
Name | Value | Description |
---|---|---|
xplm_Host_Unknown | "0" | |
xplm_Host_XPlane | "1" | |
xplm_Host_PlaneMaker | "2" | |
xplm_Host_WorldMaker | "3" | |
xplm_Host_Briefer | "4" | |
xplm_Host_PartMaker | "5" | |
xplm_Host_YoungsMod | "6" | |
xplm_Host_XAuto | "7" | |
xplm_Host_Xavion | "8" | |
xplm_Host_Control_Pad | "9" | |
xplm_Host_PFD_Map | "10" | |
xplm_Host_RADAR | "11" |