===== GetChatLineRaw ===== Obtains the chat line at the given index. ELITEAPI_API bool __stdcall GetChatLineRaw(void* apiObject, int index, void* buffer, int size); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//index// [in] * The index of the chat line to obtain. *//buffer// [in-out] * The buffer to hold the output chat line. *//size// [in] * The size of the buffer. **Return Value** Returns true on success, false otherwise.