Table of Contents

Method GetValue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetValue(string)

Gets the value for the specified variable.

public float GetValue(string varName)

Parameters

varName string

The variable to query.

Returns

float

The value of the specified variable, otherwise 0.0 on an error.