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
Community
main
DayZ_Scripts
/
scripts
/
3_Game
/
DayZ
/
AI
/
AIAgent.c
D3ltaQ
Upload 2197 files
24b81cb
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
class
AIAgent
:
Managed
{
private
void
AIAgent
()
;
private
void
~AIAgent();
proto native
void
SetKeepInIdle
(
bool
enable)
;
proto native AIGroup
GetGroup
()
;
}