New API for assigning unique network ids to objects
This commit is contained in:
parent
4d1590ad82
commit
e37c19b5b4
11 changed files with 233 additions and 1 deletions
|
|
@ -137,6 +137,9 @@ extend class Object
|
|||
native static void MarkSound(Sound snd);
|
||||
native static uint BAM(double angle);
|
||||
native static void SetMusicVolume(float vol);
|
||||
native clearscope static Object GetNetworkEntity(uint id);
|
||||
native play void EnableNetworking(bool enable);
|
||||
native clearscope uint GetNetworkID() const;
|
||||
}
|
||||
|
||||
class Thinker : Object native play
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue