Class UnturnedPlayerTextInputtedEvent
Inheritance
System.Object
UnturnedPlayerTextInputtedEvent
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerTextInputtedEvent : UnturnedPlayerUIEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
UnturnedPlayerTextInputtedEvent(UnturnedPlayer, String, String)
Declaration
public UnturnedPlayerTextInputtedEvent(UnturnedPlayer player, string textInputName, string text)
Parameters
Type |
Name |
Description |
UnturnedPlayer |
player |
|
System.String |
textInputName |
|
System.String |
text |
|
Properties
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextInputName
Declaration
public string TextInputName { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods