Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.campaign.CustomVisualDialogDelegate Interface Reference

Classes

interface  DialogCallbacks
 

Public Member Functions

void init (CustomPanelAPI panel, DialogCallbacks callbacks)
 
CustomUIPanelPlugin getCustomPanelPlugin ()
 
float getNoiseAlpha ()
 
void advance (float amount)
 
void reportDismissed (int option)
 

Detailed Description

Definition at line 6 of file CustomVisualDialogDelegate.java.

Member Function Documentation

◆ advance()

void com.fs.starfarer.api.campaign.CustomVisualDialogDelegate.advance ( float  amount)

◆ getCustomPanelPlugin()

CustomUIPanelPlugin com.fs.starfarer.api.campaign.CustomVisualDialogDelegate.getCustomPanelPlugin ( )

◆ getNoiseAlpha()

float com.fs.starfarer.api.campaign.CustomVisualDialogDelegate.getNoiseAlpha ( )

◆ init()

void com.fs.starfarer.api.campaign.CustomVisualDialogDelegate.init ( CustomPanelAPI  panel,
DialogCallbacks  callbacks 
)

◆ reportDismissed()

void com.fs.starfarer.api.campaign.CustomVisualDialogDelegate.reportDismissed ( int  option)

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