메소드 | 설명 | |
---|---|---|
AddOrUpdateTask ( |
Adds a new task to the collection of player tasks
|
|
AddOrUpdateTask ( |
Adds a new task to the collection of player tasks
|
|
DeleteTask ( |
Deletes a task from the collection of player tasks
|
|
ExportTasks ( string path ) : void |
Exports all tasks to the given path
|
|
ImportTasks ( string path ) : void |
Imports all tasks from the given path
|
|
LoadTasksFile ( string path ) : void |
Loads all tasks from the given path
|
|
Shutdown ( ) : void |
Forces a shutdown of the controller, including all running timers/threads
|
|
Start ( ) : void |
Starts the automatic refresh of the TasksController
|
|
Stop ( ) : void |
Stops the automatic refresh of the TasksController
|
메소드 | 설명 | |
---|---|---|
EnsureTasksHaveContinentLocation ( ) : void |
Loops through the collection of tasks and ensure that they all have a corresponding continent location
|
|
OnDailyReset ( ) : void |
Performs actions on the daily reset
|
|
Refresh ( object state = null ) : void |
The main refresh method
|
|
RefreshTaskDistancesAngles ( ) : void |
Loops through the collection of tasks and refreshs their distance/angles
|
|
TasksController ( IZoneService zoneService, IPlayerService playerService, TasksUserData userData, System.ComponentModel.Composition.Hosting.CompositionContainer container ) : System |
public AddOrUpdateTask ( |
||
task | The task to add | |
리턴 | void |
public AddOrUpdateTask ( |
||
taskViewModel | ||
리턴 | void |
public DeleteTask ( |
||
task | The task to delete | |
리턴 | void |
public ExportTasks ( string path ) : void | ||
path | string | The path to export to |
리턴 | void |
public ImportTasks ( string path ) : void | ||
path | string | The path to import from |
리턴 | void |
public LoadTasksFile ( string path ) : void | ||
path | string | The path to import from |
리턴 | void |