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