Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.APIClient.GetModComment

Jackson Wood edited this page Feb 20, 2019 · 7 revisions

APIClient.GetModComment

public static void GetModComment(int modId, int commentId, Action<ModComment> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
modId
commentId
successCallback
errorCallback

Description

Fetches a mod comment by id.

Clone this wiki locally