Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CommentCatalogue.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
8{
10 proto external int MaxPageSize();
12 proto external void CreateComment(string sContent, notnull BackendCallback pCallback, WorkshopComment pParentComment);
13 proto external void RequestPage(BackendCallback pCallback, notnull PageParams pParams, bool bClearCache);
15 proto external int GetTotalItemCount();
17 proto external int GetPageCount();
19 [Obsolete("Use SetPageSize() instead!")]
20 proto external void SetPageItems(int iCount);
22 proto external void SetPageSize(int iCount);
24 proto external int GetPage();
26 proto external int GetPageItemCount();
28 proto external int GetPageItems();
29}