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