Updater
ThaumielMapEditor.API.Helpers.Networking
Overview​
Methods​
| Signature | Returns | Description |
|---|---|---|
CheckForUpdatesCoroutine(bool) | IEnumerator<float> | No description |
UpdatePluginCoroutine(bool, bool) | IEnumerator<float> | No description |
Methods​
CheckForUpdatesCoroutine​
CheckForUpdatesCoroutine
public IEnumerator<float> CheckForUpdatesCoroutine(bool prerelease)
Parameters​
| Name | Type | Description |
|---|---|---|
prerelease | bool |
Returns​
IEnumerator<float>
UpdatePluginCoroutine​
UpdatePluginCoroutine
public IEnumerator<float> UpdatePluginCoroutine(
bool force,
bool prerelease
)
Parameters​
| Name | Type | Description |
|---|---|---|
force | bool | |
prerelease | bool |
Returns​
IEnumerator<float>