Barotrauma Client Doc
Barotrauma.IHasExtraTextPickerEntries Interface Reference

Implement this interface to insert extra entires to the text pickers created for the SerializableEntityEditors of the entity More...

Inheritance diagram for Barotrauma.IHasExtraTextPickerEntries:
Barotrauma.Items.Components.ItemLabel

Public Member Functions

IEnumerable< string > GetExtraTextPickerEntries ()
 

Detailed Description

Implement this interface to insert extra entires to the text pickers created for the SerializableEntityEditors of the entity

Definition at line 1537 of file SerializableEntityEditor.cs.

Member Function Documentation

◆ GetExtraTextPickerEntries()

IEnumerable<string> Barotrauma.IHasExtraTextPickerEntries.GetExtraTextPickerEntries ( )