MultiplayerAPI.rootNode

The root node to use for RPCs. Instead of an absolute path, a relative path will be used to find the node upon which the RPC should be executed. This effectively allows to have different branches of the scene tree to be managed by different MultiplayerAPI, allowing for example to run both client and server in the same scene.

  1. Node rootNode [@property getter]
    struct MultiplayerAPI
    @nogc nothrow @property
    rootNode
    ()
  2. Node rootNode [@property setter]

Meta