Package com.fs.starfarer.api.mission
Interface MissionDefinitionPlugin
public interface MissionDefinitionPlugin
Must be implemented by the MissionDefinition.java scripts that create missions.
- Author:
- Alex Mosolov Copyright 2012 Fractal Softworks, LLC*
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Creates the contents of a mission.
-
Method Details
-
defineMission
Creates the contents of a mission. Called every time the player clicks on the mission in the list.- Parameters:
api
-
-