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