DayZ 1.26
DayZ Explorer by KGB
|
ContentDLC is for query installed DLC (only as entitlement keys, not content) Подробнее...
Закрытые члены | |
proto native int | GetEntitlements (out TIntArray dlcIdList) |
proto native bool | IsDLCInstalled (EDLCId dlcId) |
bool | OwnsAllDLC () |
void | OnChange (EDLCId dlcId) |
Закрытые данные | |
ref ScriptInvoker | m_OnChange = new ScriptInvoker() |
void(EDLCId dlcId) | |
ContentDLC is for query installed DLC (only as entitlement keys, not content)
For getting current entitlements on device (console). Could be called after any entitlement change or before accessing locked content.
dlcIdList | through this list is returned all installed DLC with valid license for current user |
dlcId | ID of DLC |
Используется в OwnsAllDLC().
Called from engine for notifing script after any change in additional content (installed, lost license). There should be check for current state of entitlements. On Xbox should be problem with event lost license! (system bug)
dlcId | ID of DLC that was changed. Could be empty string if console does not report concrete DLC ID. |
Перекрестные ссылки m_OnChange.
|
inlineprivate |
Перекрестные ссылки EnumTools::GetEnumSize(), EnumTools::GetEnumValue() и IsDLCInstalled().
|
private |
void(EDLCId dlcId)
Используется в OnChange().