Table of Contents

Method SavePlayerSettings

Namespace
Pillars.Chat.Actors
Assembly
Pillars.dll

SavePlayerSettings(Player, float, float, float)

Saves the settings of the player into the database

public Task SavePlayerSettings(Player player, float height, float width, float textScale)

Parameters

player Player

The player initiating the save

height float

The height of the chat panel in px

width float

The width of the chat panel in px

textScale float

The text scale

Returns

Task