]> git.tdb.fi Git - libs/game.git/commit
Add a callback when an entity is spawned over the network
authorMikko Rasa <tdb@tdb.fi>
Sat, 17 Jun 2023 21:54:38 +0000 (00:54 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 17 Jun 2023 21:54:38 +0000 (00:54 +0300)
commitace475138a4d7d19cfcd545672be0d5e460a9fe0
treea7cfb8933679da51d1de529c31686a47f5fe47fe
parent23606a83296371e93702cae22973756c73092d79
Add a callback when an entity is spawned over the network

It can be used by the owner of the spawner to send additional packets
to initialize the entity.
source/game/replicator.cpp
source/game/spawner.cpp
source/game/spawner.h