API Referenceglobal
Tooltipclass
A tooltip to show when looking at this pressable
object→Tooltip
Constructors1
Showing 1 constructors
public Tooltip(string Title, string Icon, string Description, bool Enabled = True, Sandbox.Component.IPressable Pressable = null)
A tooltip to show when looking at this pressable
| Parameter | Type | Description |
|---|---|---|
| Title | string | — |
| Icon | string | — |
| Description | string | — |
| Enabled = True | bool | — |
| Pressable = null | IPressable | — |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(string Title, string Icon, string Description, bool Enabled, Sandbox.Component.IPressable Pressable)
| Parameter | Type | Description |
|---|---|---|
| Title | string | — |
| Icon | string | — |
| Description | string | — |
| Enabled | bool | — |
| Pressable | IPressable | — |
Returns:
void—No results match this filter.
Properties5
Showing 5 properties
public string Sandbox.Component.IPressable.Tooltip.Description { get; set; }
Returns:
string—public bool Sandbox.Component.IPressable.Tooltip.Enabled { get; set; }
Returns:
bool—public string Sandbox.Component.IPressable.Tooltip.Icon { get; set; }
Returns:
string—public Sandbox.Component.IPressable Sandbox.Component.IPressable.Tooltip.Pressable { get; set; }
public string Sandbox.Component.IPressable.Tooltip.Title { get; set; }
Returns:
string—No results match this filter.