===== SetVisibility ===== Sets the visibility of a text object. ELITEAPI_API void __stdcall SetVisibility(void* apiObject, const char* name, bool visible); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//name// [in] * The name of the text object. *//visible// [in] * The visible state to set the text object to.