Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.campaign.listeners.IndustryOptionProvider Interface Reference
Inheritance diagram for com.fs.starfarer.api.campaign.listeners.IndustryOptionProvider:
[legend]

Classes

class  IndustryOptionData
 

Public Member Functions

List< IndustryOptionDatagetIndustryOptions (Industry ind)
 
void createTooltip (IndustryOptionData opt, TooltipMakerAPI tooltip, float width)
 
void optionSelected (IndustryOptionData opt, DialogCreatorUI ui)
 
void addToIndustryTooltip (Industry ind, IndustryTooltipMode mode, TooltipMakerAPI tooltip, float width, boolean expanded)
 

Detailed Description

Definition at line 11 of file IndustryOptionProvider.java.

Member Function Documentation

◆ addToIndustryTooltip()

void com.fs.starfarer.api.campaign.listeners.IndustryOptionProvider.addToIndustryTooltip ( Industry ind,
IndustryTooltipMode mode,
TooltipMakerAPI tooltip,
float width,
boolean expanded )

◆ createTooltip()

void com.fs.starfarer.api.campaign.listeners.IndustryOptionProvider.createTooltip ( IndustryOptionData opt,
TooltipMakerAPI tooltip,
float width )

◆ getIndustryOptions()

List< IndustryOptionData > com.fs.starfarer.api.campaign.listeners.IndustryOptionProvider.getIndustryOptions ( Industry ind)

◆ optionSelected()

void com.fs.starfarer.api.campaign.listeners.IndustryOptionProvider.optionSelected ( IndustryOptionData opt,
DialogCreatorUI ui )

The documentation for this interface was generated from the following file: