===== SetAutoFollowInfo===== Sets the current auto-follow target and follow information. ELITEAPI_API bool __stdcall SetAutoFollowInfo(void* apiObject, unsigned int tIndex, unsigned int tId, unsigned int fIndex, unsigned int fId); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. * //tIndex// [in] * The current target index of the follow structure. * //tId// [in] * The current target id of the follow structure. * //fIndex// [in] * The index of the entity to follow. * //fId// [in] * The id of the entity to follow. **Return Value** Returns true on success, false otherwise.