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 Jul 26, 2018 · 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
Clone this wiki locally