===== IsAutoFollowing ===== Determines if the player is currently auto-following a target / location or not. ELITEAPI_API bool __stdcall IsAutoFollowing(void* apiObject); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. **Return Value** True if the player is currently auto-following, false otherwise.