Function maa_framework::internal::MaaSetTaskParam
source · pub unsafe extern "C" fn MaaSetTaskParam(
inst: MaaInstanceHandle,
id: MaaTaskId,
param: MaaStringView
) -> MaaBoolExpand description
@brief Set the parameter of a task.
See MaaPostTask() for details about the parameter.
@param inst @param id The id of the task. @param param The parameter of the task. @return MaaBool