Table of Contents

Method GetStrRef

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetStrRef(string)

Gets the specified StrRef value.

public StrRef? GetStrRef(string columnName)

Parameters

columnName string

The name/label of the column to query.

Returns

StrRef?

The associated value. null if no value is set.

GetStrRef(int)

Gets the specified StrRef value.

public StrRef? GetStrRef(int columnIndex)

Parameters

columnIndex int

The index of the column to query.

Returns

StrRef?

The associated value. null if no value is set.