Table of Contents

Method GetNSSContents

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

GetNSSContents(string)

Gets the contents of a .nss script file as a string.

public string GetNSSContents(string scriptName)

Parameters

scriptName string

The name of the script to get the contents of.

Returns

string

The script file contents or "" on error.