It'd be cool if it was possible to set the visibility of RPC functions, so they're only called on clients where visibility is true: ```haxe @:rpc(all) @:visible(near) public function nearby_ping() { trace('nearby client pinged'); } ```
It'd be cool if it was possible to set the visibility of RPC functions, so they're only called on clients where visibility is true: