Table of Contents

Constructor CallInfo

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

CallInfo(string, NwObject?)

Meta information for script calls, consumed by ScriptHandler attributed methods in service classes.

public CallInfo(string scriptName, NwObject? objSelf)

Parameters

scriptName string
objSelf NwObject