Class AstarUpdateChecker
    Public
    
    Handles update checking for the A* Pathfinding Project.
Public Static Methods
Public Static Variables
        
                lastUpdateCheck
        
    
                    
                    Last time an update check was made.
                        Public
                            Static
                    
                
        
                latestVersionDescription
        
    
                    
                    Summary of the latest update.
                        Public
                            Static
                    
                Private/Protected Members
        
                _lastUpdateCheck
        
    
                    
                    
                        Private
                            Static
                    
                
        
                _lastUpdateCheckRead
        
    
                    
                    
                        Private
                            Static
                    
                
        
                _latestBetaVersion
        
    
                    
                    
                        Private
                            Static
                    
                
        
                _latestVersion
        
    
                    
                    
                        Private
                            Static
                    
                
        
                _latestVersionDescription
        
    
                    
                    Description of the latest update of the A* Pathfinding Project.
                        Private
                            Static
                    
                
        
                astarServerData
        
    
                    
                    Holds various URLs and text for the editor.
                        Private
                            Static
                    
                
        
                hasParsedServerMessage
        
    
                    
                    
                        Private
                            Static
                    
                
        
                updateCheckDownload
        
    
                    
                    Used for downloading new version information.
                        Private
                            Static
                    
                
        
                updateCheckRate
        
    
                    
                    Number of days between update checks.
                        Private
                            Static
                    
                
        
                updateURL
        
    
                    
                    URL to the version file containing the latest version number.
                        Private
                            Static