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