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 Mar 6, 2019 · 7 revisions

APIClient.GetModComment

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

Parameters

Name Description
modId Mod the comment belongs to
commentId Comment to retrieve
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Fetches a mod comment by id.

See also: docs.mod.io page

Clone this wiki locally