mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 00:26:46 +00:00 
			
		
		
		
	context menu. The documentation opens in default browser. There are 3 contexts: - global: opens the OpenMW CS User Manual main page - when a record is selected: opens the "Tables" page - when the filter field is selected: opens the "Record Filters" page There is also a link to the OpenCS tutorial in the help menu.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| namespace Misc {
 | |
|     namespace HelpViewer {
 | |
|         void openHelp(const char* url);
 | |
|     }
 | |
| }
 |