Table of Contents

Method TransformWord

Namespace
Gamelogic.Words.Samples
Assembly
Assembly-CSharp.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 override string TransformWord(string word)

Parameters

word string

The word to transform

Returns

string

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