Table of Contents

Method TryInscribeById

Namespace
GrindFest
Assembly
GrindFest.dll

TryInscribeById(string)

Looks up a node's costs in the registry and attempts to inscribe it. Caller doesn't need to know costs — they're whatever the Grimoire authored. Returns false if the node id is unknown, the registry is empty, the node is already inscribed, or the player can't afford it.

public static bool TryInscribeById(string nodeId)

Parameters

nodeId string

Returns

bool