Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IHelpService.cs
Go to the documentation of this file.
2
3public interface IHelpService
4{
5 void AddContextAttribute(string name, string value, HelpKeywordType keywordType);
6
8
10
11 void RemoveContextAttribute(string name, string value);
12
13 void RemoveLocalContext(IHelpService localContext);
14
15 void ShowHelpFromKeyword(string helpKeyword);
16
17 void ShowHelpFromUrl(string helpUrl);
18}
void ShowHelpFromKeyword(string helpKeyword)
IHelpService CreateLocalContext(HelpContextType contextType)
void RemoveContextAttribute(string name, string value)
void RemoveLocalContext(IHelpService localContext)
void AddContextAttribute(string name, string value, HelpKeywordType keywordType)