Show / Hide Table of Contents

Class SingleMarkingPicker

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
SingleMarkingPicker
Namespace: Content.Client.Humanoid
Assembly: Content.Client.dll
Syntax
public sealed class SingleMarkingPicker : BoxContainer

Constructors

| Improve this Doc View Source

SingleMarkingPicker()

Declaration
public SingleMarkingPicker()

Fields

| Improve this Doc View Source

OnColorChanged

What happens if a marking's color is changed. Sends a 'slot' number, and the marking in question.

Declaration
public Action<(int slot, Marking marking)>? OnColorChanged
Field Value
Type Description
System.Nullable<Action<System.ValueTuple<System.Int32, Marking>>>
| Improve this Doc View Source

OnMarkingSelect

What happens if a marking is selected. It will send the 'slot' (marking index) and the selected marking's ID.

Declaration
public Action<(int slot, string id)>? OnMarkingSelect
Field Value
Type Description
System.Nullable<Action<System.ValueTuple<System.Int32, System.String>>>
| Improve this Doc View Source

OnSlotAdd

What happens when a slot is added.

Declaration
public Action? OnSlotAdd
Field Value
Type Description
System.Nullable<Action>
| Improve this Doc View Source

OnSlotRemove

What happens if a slot is removed. This will send the 'slot' (marking index).

Declaration
public Action<int>? OnSlotRemove
Field Value
Type Description
System.Nullable<Action<System.Int32>>

Properties

| Improve this Doc View Source

Category

Declaration
public MarkingCategories Category { get; set; }
Property Value
Type Description
MarkingCategories

Methods

| Improve this Doc View Source

PopulateList(String)

Declaration
public void PopulateList(string filter)
Parameters
Type Name Description
System.String filter
| Improve this Doc View Source

UpdateData(List<Marking>, String, Int32)

Declaration
public void UpdateData(List<Marking> markings, string species, int totalPoints)
Parameters
Type Name Description
List<Marking> markings
System.String species
System.Int32 totalPoints

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾