DayZ 1.24
Loading...
Searching...
No Matches
Hive.c
Go to the documentation of this file.
1
4// -------------------------------------------------------------------------
5class Hive
6{
7 private void Hive() {}
8 private void ~Hive() {}
9
10 proto native void InitOnline(string ceSetup, string host = "");
13
15
18
22
24
27};
28
proto native Hive CreateHive()
proto native void DestroyHive()
proto native Hive GetHive()
Definition Hive.c:6
proto native void CallUpdater(string content)
void ~Hive()
Definition Hive.c:8
proto native void CharacterExit(Man player)
proto native void InitOnline(string ceSetup, string host="")
proto native bool IsIdleMode()
proto native void CharacterSave(Man player)
proto native bool CharacterIsLoginPositionChanged(Man player)
Only valid during login.
proto native void CharacterKill(Man player)
proto native void SetEnviroment(string env)
proto native void SetShardID(string shard)
proto native void InitOffline()
void Hive()
Definition Hive.c:7
proto native void InitSandbox()