Table of Contents

Method FromCustomTlk

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FromCustomTlk(uint)

Gets a StrRef from the module's custom tlk table.
Use the index from the custom tlk. This factory method will automatically offset the id value.

public static StrRef FromCustomTlk(uint stringId)

Parameters

stringId uint

The custom token index.

Returns

StrRef

The associated StrRef.