Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

OnNicknameSet

ShingekiNoRex edited this page Aug 24, 2018 · 3 revisions

Description

Called when a player attempts to set their nickname after joining. This will only be called once per game join.

Handler

IEventHandlerNicknameSet

Inputs/Outputs

The player whose nickname is set

  • string Nickname { get; set; }

The nickname of the player

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally