Table of Contents

Property ScriptParams

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ScriptParams

Gets the parameters set for this script call.
NOTE: variable values are NOT guaranteed outside of this script context, and must be read before any async method/lambda is invoked.

public ScriptParams ScriptParams { get; }

Property Value

ScriptParams