Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
CommentCatalogue.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
7
class
CommentCatalogue
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
}
BackendCallback
Definition
Backend_Storage.c:5
CommentCatalogue
Definition
CommentCatalogue.c:8
WorkshopComment
Definition
WorkshopComment.c:8
Obsolete
typedef Obsolete
Definition
HelicopterAutopilotHelperComponent.c:16
scripts
GameLib
generated
CommentCatalogue.c
Generated by
1.17.0