Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BohemiaAccountApi.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
18sealed class BohemiaAccountApi
19{
20 private void BohemiaAccountApi();
21 private void ~BohemiaAccountApi();
22
37 static proto void Link(notnull BackendCallback callback, string email, string password, string twoFactorToken);
39 static proto void Unlink(notnull BackendCallback callback);
44 static proto int GetSecondsUntilAccountUnlockTime();
46 static proto bool IsLinked();
52 static proto string GetEmail();
54 static proto string GetName();
55}
56