Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
FelonieZ
/
DayZ_Scripts
like
0
Follow
FelonieZ DayZ
1
Tasks:
Question Answering
Text Generation
Summarization
Modalities:
Text
Languages:
English
Czech
Size:
1K<n<10K
Tags:
code
License:
cc-by-nc-4.0
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
DayZ_Scripts
/
scripts
/
4_World
/
DayZ
/
Classes
/
VirtualHud
/
DisplayElementBadge.c
D3ltaQ
Upload 2197 files
24b81cb
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
212 Bytes
class
DisplayElementBadge
extends
DisplayElementBase
{
void
SetLevel
(
int
level)
{
SetValue(level);
}
override
void
UpdateHUD
()
{
super.UpdateHUD();
m_ModulePlayerStatus.SetBadge(m_Key, m_Value);
}
}