Table of Contents

Class ContentValues

Namespace
GrindFest.Content
Assembly
GrindFest.dll

Derives the queryable scalars of a definition from its encoded component fields.

Rule: if a gameplay system filters, sorts or decides on a value without loading an asset, it belongs in the index; everything else stays in the cold full mirror.

Shared by the generator (base content) and the loader (mod content), so a definition authored by a mod is queryable exactly like a generated one — there is no second implementation to drift.

public static class ContentValues
Inheritance
object
ContentValues

Methods

Extract(string, Dictionary<string, object>)