Table of Contents

Method FloatingTextString

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FloatingTextString(string, bool, bool)

Briefly displays a floating text message above the player's head.

public void FloatingTextString(string message, bool broadcastToParty = true, bool chatWindow = true)

Parameters

message string

The message to display.

broadcastToParty bool

If true, shows the floating message to all players in the same party.

chatWindow bool

If true, the floating text will be shown in the player's chat window.