Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PlatformService.c
Go to the documentation of this file.
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
Definition PlatformKind.c:8
UserPrivilege