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