public class Help
extends Object
Modifier and Type | Method and Description |
---|---|
void |
databaseHelp(string type,
string name)
Does simple queries on possible things in the DB.
|
void |
help(string commandSubstring)
Deprecated.
|
void |
helpPrefix(string commandPrefix)
Deprecated.
|
void |
helpText(string helptextSubstring)
Prints a list of all console commands whose helptext contains the given substring.
|
void |
uiHelpAtPointer()
Opens a help topic related to the object at the pointer position.
|
void |
uiLastDetailHelp()
Goes back to the most recent help entry.
|
void |
uiTechDetailHelp(int techID,
int civID)
Brings up the detail help UI for the given technology node ID.
|
void |
uiTopicDetailHelp(string topicName)
Brings up the detail help UI for the given help topic.
|
void |
uiUnitDetailHelp(int protoID,
int civID)
Brings up the detail help UI for the given protoID.
|
public void uiHelpAtPointer()
public void uiUnitDetailHelp(int protoID, int civID)
public void uiTechDetailHelp(int techID, int civID)
public void uiTopicDetailHelp(string topicName)
public void uiLastDetailHelp()
public void help(string commandSubstring)
public void helpPrefix(string commandPrefix)
public void helpText(string helptextSubstring)