===== SetAutoFollowInfo===== Sets the current auto-follow coords to follow to. ELITEAPI_API bool __stdcall SetAutoFollowCoords(void* apiObject, float fX, float fY, float fZ); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. * //fX// [in] * The x-coord to auto-follow to. * //fY// [in] * The y-coord to auto-follow to. * //fZ// [in] * The z-coord to auto-follow to. **Return Value** Returns true on success, false otherwise.