User Tools

Site Tools


eliteapi:functions:chat:getchatlineraw

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.

eliteapi/functions/chat/getchatlineraw.txt · Last modified: 2014/12/06 23:03 by atom0s