Table of Contents

Method SetLayout

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetLayout(NwPlayer, int, NuiLayout)

Sets the group layout for a specific player + window token (override/partial update).

public void SetLayout(NwPlayer player, int token, NuiLayout newLayout)

Parameters

player NwPlayer

The player with the window containing this group.

token int

The token of the window to update.

newLayout NuiLayout

The new layout to apply to this group.

Exceptions

InvalidOperationException

Thrown if this group does not have an Id assigned.