Table of Contents

Method BindParam

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

BindParam(string, int)

Binds the specified parameter with the specified value.

public void BindParam(string param, int value)

Parameters

param string

The parameter name to bind.

value int

The value to bind to the parameter.

BindParam(string, float)

Binds the specified parameter with the specified value.

public void BindParam(string param, float value)

Parameters

param string

The parameter name to bind.

value float

The value to bind to the parameter.

BindParam(string, string)

Binds the specified parameter with the specified value.

public void BindParam(string param, string value)

Parameters

param string

The parameter name to bind.

value string

The value to bind to the parameter.

BindParam(string, Vector3)

Binds the specified parameter with the specified value.

public void BindParam(string param, Vector3 value)

Parameters

param string

The parameter name to bind.

value Vector3

The value to bind to the parameter.

BindParam(string, NwObject)

Binds the specified parameter with the specified value.

public void BindParam(string param, NwObject value)

Parameters

param string

The parameter name to bind.

value NwObject

The value to bind to the parameter.