Table of Contents

Method GetInt

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetInt(int)

Gets the int result for the specified column.

public int GetInt(int columnIndex)

Parameters

columnIndex int

The 0-based index of the column to query.

Returns

int

The int result. Returns 0 on an error.

GetInt(string)

Gets the int result for the specified column.

public float GetInt(string columnName)

Parameters

columnName string

The name of the column to fetch the result.

Returns

float

The int result. Returns 0.0f on an error.