This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenMW
Watch
1
Star
0
Fork
0
You've already forked OpenMW
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-01-06 00:55:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1e6ed3eb70
OpenMW
/
components
/
misc
/
helpviewer.hpp
10 lines
110 B
C++
Raw
Normal View
History
Unescape
Escape
Add link to opencs documentation on readthedocs, available through 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.
2020-04-18 20:54:21 +00:00
#
pragma once
Apply clang-format to code base
2022-09-22 18:26:05 +00:00
namespace
Misc
{
namespace
HelpViewer
{
Add link to opencs documentation on readthedocs, available through 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.
2020-04-18 20:54:21 +00:00
void
openHelp
(
const
char
*
url
)
;
}
}
Reference in New Issue
Copy Permalink