Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
biospackageservice.c
Go to the documentation of this file.
1
3
class
BiosCheckUpdateResult
4
{
6
bool
m_IsUpdate;
7
9
bool
m_IsMandatory;
10
};
11
12
class
BiosPackageService
13
{
15
18
proto native
EBiosError
CheckUpdateAsync();
19
20
22
25
proto native
EBiosError
PromptUpdateAsync();
26
27
29
32
proto native
EBiosError
ShowStoreAsync();
33
35
39
void
OnCheckUpdate
(
BiosCheckUpdateResult
checkUpdateResult,
EBiosError
error)
40
{
41
if
( !error && ( checkUpdateResult.m_IsUpdate || checkUpdateResult.m_IsMandatory ) )
42
{
43
OnlineServices
.
PromptUpdate
();
44
}
45
}
46
47
49
55
void
OnPromptUpdate(
EBiosError
error)
56
{
57
OnlineServices
.
ErrorCaught
( error );
58
}
59
60
62
65
void
OnShowStore(
EBiosError
error)
66
{
67
OnlineServices
.
ErrorCaught
( error );
68
}
69
70
};
EBiosError
EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....
Definition
bioserrormodule.c:7
BiosCheckUpdateResult
BiosCheckUpdateResult represent result of the PromptUpdateAsync request.
Definition
biospackageservice.c:4
BiosPackageService
Definition
biospackageservice.c:13
OnlineServices
Definition
onlineservices.c:2
OnlineServices::PromptUpdate
static void PromptUpdate()
Definition
onlineservices.c:739
OnlineServices::ErrorCaught
static bool ErrorCaught(EBiosError error)
Definition
onlineservices.c:82
OnCheckUpdate
void OnCheckUpdate()
Event used when EffectParticle.CheckLifeSpan was called (DEPRECATED)
Definition
effect.c:378
Daten
3_game
services
biospackageservice.c
Generated by
1.12.0