Skip to content

Support @:visible tag on RPC functions #90

Description

@jefvel

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:

@:rpc(all) @:visible(near)
public function nearby_ping() {
  trace('nearby client pinged');
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions