This website requires JavaScript.
Explore
Help
Sign in
mirror
/
openmw
Watch
1
Star
0
Fork
You've already forked openmw
0
mirror of
https://github.com/OpenMW/openmw.git
synced
2025-01-31 00:45:36 +00:00
Code
Issues
Releases
Wiki
Activity
010db45a10
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 a new issue
Copy permalink