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