Nebula
Core

AuthorityRpcAttribute

Runs on whichever worker has authority over the entity, no matter which worker calls it.

generated from the sources
[AttributeUsage(AttributeTargets.Method)]
public sealed class AuthorityRpcAttribute : Attribute

Runs 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.