===== SendString ===== Sends a string to the game. ELITEAPI_API void __stdcall SendString(void* apiObject, const char* string); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//string// [in] * The string to send to the game.