Core
AuthorityRpcAttribute
Runs on whichever worker has authority over the entity, no matter which worker calls it.
generated from the sources
Class in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Core/Rpc.cs[AttributeUsage(AttributeTargets.Method)]
public sealed class AuthorityRpcAttribute : AttributeRuns on whichever worker has authority over the entity, no matter which worker calls it. If the caller is authoritative it is a direct call; if the caller only holds a ghost, it crosses the lateral link. This is the primitive behind cross-container interactions such as damage claims.