Method | Description | |
---|---|---|
Shutdown ( ) : void |
Forces a shutdown of the controller, including all running timers/threads
|
|
Start ( ) : void |
Starts the automatic refresh of the ZoneCompletionController
|
|
Stop ( ) : void |
Stops the automatic refresh of the ZoneCompletionController
|
Method | Description | |
---|---|---|
RefreshLocations ( object state = null ) : void |
Primary method for refreshing the locations of points in the current zone
|
|
RefreshZone ( object state = null ) : void |
Primary method for refreshing the current zone
|
|
ZoneCompletionController ( IZoneService zoneService, IPlayerService playerService, ISystemService systemService, IHasZoneName zoneNameObject, ZoneCompletionUserData userData ) : System |