Vixen
dd8b0a81
csharp
public readonly record struct NetworkRulesLoad

What filling a rules registry from a build's content produced.

Read the guide page for this →

Remarks

⚠ A problem here is a content mistake, not a load failure — NetworkPrefabLoad's line, and the same three cases behind it: an address labelled a policy that holds something else, a policy this build's importer would have refused, and two policies claiming one name. A missing bundle or a corrupt chunk still throws, because that is the build being broken rather than the content being wrong.

Fields and properties (2)

  • public ImmutableArray<string> Loaded

    The Name of every policy that went in, in address order.

  • public ImmutableArray<string> Problems

    Addresses that were labelled a policy and could not be one, in address order.

Methods (1)

  • public NetworkRulesLoad(ImmutableArray<string> Loaded, ImmutableArray<string> Problems)

    What filling a rules registry from a build's content produced.

Used by (2)

  • NetworkRulesContentVixen.Net.Engine.Content
  • NetworkRulesContentTestsVixen.Net.Engine.Content.Tests