Table of Contents

Method FloatingTextStrRef

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FloatingTextStrRef(int, bool, bool)

Briefly displays a floating text message above the player's head using the specified string reference.

public void FloatingTextStrRef(int strRef, bool broadcastToParty = true, bool chatWindow = true)

Parameters

strRef int

The string ref index to use.

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.