Click or drag to resize
KeywordsGlossaryGetEntry Method
Gets the entry for the specified keyword if one exists.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public KeywordsGlossaryEntry GetEntry(
	string keyword
)

Parameters

keyword
Type: SystemString
Keyword.

Return Value

Type: KeywordsGlossaryEntry
The entry.
See Also