Table of Contents

Method GetUserData

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetUserData<T>()

Get the userdata of this token.

public T? GetUserData<T>()

Returns

T

The fetched data, or null if the window does not exist on the given player, or has no userdata set.

Type Parameters

T

A serializable class structure matching the data to fetch.