Table of Contents

Method Knows

Namespace
GrindFest
Assembly
GrindFest.dll

Knows(string)

Whether the content database knows a monster by this name.

A caller needs this to tell the two failures apart: a name the index has never heard of is a content gap, while a known name that will not resolve is a cold cache — and those want opposite fixes. Three DevTests reported "not found in content" for a monster that was in the index all along and merely not resident, which sent two debugging sessions to the catalogue (measured 2026-09-19).

public bool Knows(string name)

Parameters

name string

Returns

bool