===== SetRenderFlag01 ===== Sets the entities render flag. ELITEAPI_API bool __stdcall SetRenderFlag01(void* apiObject, int index, unsigned int flag); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//index// [in] * The index of the entity to obtain. *//flag// [in] * The render flag to set the entity to. **Return Value** True on success, false otherwise.