Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
biospackageservice.c
Go to the documentation of this file.
1
4{
6 bool m_IsUpdate;
7
9 bool m_IsMandatory;
10};
11
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 {
44 }
45 }
46
47
49
55 void OnPromptUpdate(EBiosError error)
56 {
58 }
59
60
62
65 void OnShowStore(EBiosError error)
66 {
68 }
69
70};
EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....
BiosCheckUpdateResult represent result of the PromptUpdateAsync request.
static void PromptUpdate()
static bool ErrorCaught(EBiosError error)
void OnCheckUpdate()
Event used when EffectParticle.CheckLifeSpan was called (DEPRECATED)
Definition effect.c:378