Table of Contents

Method GetVector3

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetVector3(int)

Gets the Vector3 result for the specified column.

public Vector3 GetVector3(int columnIndex)

Parameters

columnIndex int

The 0-based index of the column to query.

Returns

Vector3

The Vector3 result. Returns Zero on an error.

GetVector3(string)

Gets the Vector3 result for the specified column.

public Vector3 GetVector3(string columnName)

Parameters

columnName string

The name of the column to fetch the result.

Returns

Vector3

The Vector3 result. Returns Zero on an error.