naia-lib / naia

a cross-platform (including Wasm!) networking library built in Rust. Intended to make multiplayer game development dead-simple & lightning-fast
Apache License 2.0
878 stars 58 forks source link

Added broadcast_message_scoped to allow sending messages only to users with a specific entity in their scope #167

Open Jeff425 opened 1 year ago

Jeff425 commented 1 year ago

@connorcarpenter I noticed it didn't seem possible to broadcast a message to users with a specific entity in their scope. This PR is my attempt to add that feature.