![]() |
Online Maps
v3
|
Item of the plugin, the state of which can be saved More...
Public Member Functions | |
OnlineMapsSavableItem (string name, string label, Func< OnlineMapsJSONItem > jsonCallback) | |
Constructor More... | |
OnlineMapsSavableItem (string label, Action invokeCallback) | |
Constructor More... | |
Public Attributes | |
bool | enabled = true |
Whether save is selected More... | |
Action | invokeCallback |
Called when saving state More... | |
Func< OnlineMapsJSONItem > | jsonCallback |
Callback that is called to save More... | |
Action< OnlineMapsJSONObject > | loadCallback |
Callback that is called to load More... | |
string | label |
The label that is shown to the user More... | |
string | name |
Name of item More... | |
int | priority |
Priority More... | |
Item of the plugin, the state of which can be saved
OnlineMapsSavableItem.OnlineMapsSavableItem | ( | string | name, |
string | label, | ||
Func< OnlineMapsJSONItem > | jsonCallback | ||
) |
Constructor
name | Name of item |
label | The label that is shown to the user |
jsonCallback | Callback that is called to save |
OnlineMapsSavableItem.OnlineMapsSavableItem | ( | string | label, |
Action | invokeCallback | ||
) |
Constructor
label | The label that is shown to the user |
invokeCallback | Callback that is called to save |
bool OnlineMapsSavableItem.enabled = true |
Whether save is selected
Action OnlineMapsSavableItem.invokeCallback |
Called when saving state
Func<OnlineMapsJSONItem> OnlineMapsSavableItem.jsonCallback |
Callback that is called to save
string OnlineMapsSavableItem.label |
The label that is shown to the user
Action<OnlineMapsJSONObject> OnlineMapsSavableItem.loadCallback |
Callback that is called to load
string OnlineMapsSavableItem.name |
Name of item
int OnlineMapsSavableItem.priority |
Priority