Table of Contents

Method TransformWord

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

TransformWord(string)

Implement this method to perform transformations on loaded words from the dictionary. Return null to reject the word from the dictionary.

public abstract string TransformWord(string word)

Parameters

word string

The word to transform

Returns

string

The transformed version of the word, or null to reject.