I'm an experienced developer who has created a multiplayer game before with ENet, in my own engine.
I want to know more about how @rpc works under the hood.
- how does the system identify objects across client-server boundary? Is each node given a unique id, shared across client-server?
- If so, how are these id's set?
- Is there a way to access these ids?