Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
PlatformService.c
Go to the documentation of this file.
1
class
PlatformService
2
{
3
// Native C++ methods
4
11
proto native
bool
FilterProfanityAsync(array<string> textsToFilter,
ProfanityFilterRequestCallback
callback);
12
20
[
Obsolete
(
"Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()"
)]
21
proto native
bool
GetPrivilegeAsync(
UserPrivilege
privilege,
PlatformRequestCallback
callback);
22
28
[
Obsolete
(
"Use SocialComponent.IsPrivilegedTo() or IsMultiplayerAllowed()"
)]
29
proto native
bool
GetPrivilege(
UserPrivilege
privilege);
30
34
proto native
void
OpenBrowser(
string
url);
35
39
proto native
PlatformKind
GetLocalPlatformKind();
40
46
proto native
bool
StartSingleplayerActivity(
string
ObjectID);
47
54
proto native
bool
EndSingleplayerActivity(
string
ObjectID,
string
Outcome);
55
61
proto native
bool
ChangeAvailabilitySingleplayerActivity(array<string> activities, array<string> removeActivities);
62
}
PlatformKind
PlatformKind
Definition
PlatformKind.c:8
UserPrivilege
UserPrivilege
Definition
UserPrivilege.c:8
PlatformRequestCallback
Definition
PlatformRequestCallback.c:8
PlatformService
Definition
PlatformService.c:2
ProfanityFilterRequestCallback
Definition
ProfanityFilterRequestCallback.c:8
Obsolete
typedef Obsolete
Definition
HelicopterAutopilotHelperComponent.c:16
scripts
GameLib
platform
PlatformService.c
Generated by
1.17.0