Starsector API
Loading...
Searching...
No Matches
CodexDialogAPI.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.impl.codex;
2
3
public
interface
CodexDialogAPI
{
4
void
showEntryDetail
(String entryId,
boolean
openParentCategory,
boolean
takeHistorySnapshot);
5
void
showEntryDetail
(
CodexEntryPlugin
entry,
boolean
openParentCategory,
boolean
takeHistorySnapshot);
6
}
com.fs.starfarer.api.impl.codex.CodexDialogAPI
Definition
CodexDialogAPI.java:3
com.fs.starfarer.api.impl.codex.CodexDialogAPI.showEntryDetail
void showEntryDetail(CodexEntryPlugin entry, boolean openParentCategory, boolean takeHistorySnapshot)
com.fs.starfarer.api.impl.codex.CodexDialogAPI.showEntryDetail
void showEntryDetail(String entryId, boolean openParentCategory, boolean takeHistorySnapshot)
com.fs.starfarer.api.impl.codex.CodexEntryPlugin
Definition
CodexEntryPlugin.java:15
src
com
fs
starfarer
api
impl
codex
CodexDialogAPI.java
Generated by
1.12.0