Table of Contents

Method GetStrRef

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetStrRef(int, string)

Gets the specified StrRef value.

public StrRef? GetStrRef(int rowIndex, string columnName)

Parameters

rowIndex int

The index of the row to query.

columnName string

The name/label of the column to query.

Returns

StrRef?

The associated value. null if no value is set.

GetStrRef(int, int)

Gets the specified StrRef value.

public StrRef? GetStrRef(int rowIndex, int columnIndex)

Parameters

rowIndex int

The index of the row to query.

columnIndex int

The index of the column to query.

Returns

StrRef?

The associated value. null if no value is set.