===== IsCrafting ===== Determines if the player is currently crafting or not. ELITEAPI_API bool __stdcall IsCrafting(void* apiObject); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. **Return Value** True if crafting, false otherwise.