Vixen
02b45cc4
csharp
public enum OwnershipClaim

When a change of owner is allowed, as distinct from who may ask for one.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

The other half of the question RuleAudience answers. An audience says who; this says when, and the two are genuinely independent — "any client may take this, but only if nobody has it" is the pick-up-a-weapon rule and it cannot be spelled with an audience alone. Keeping it in the same record is the point: a second registry answering a second half of one question is how two policies come to disagree.

Fields and properties (2)

  • Anytime

    Whenever the audience allows it, owned or not. Taking it from its owner is allowed.

  • WhenUnowned

    Only while nobody owns it — and by its own owner, so giving one up is always possible. What a dropped weapon, a vehicle seat or a puzzle piece wants.

Used by (3)

  • NetworkRulesVixen.Net
  • NetworkRulesRegistryVixen.Net
  • NetworkRulesTestsVixen.Net.Tests