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 Type
    Method
    Description
    void
    Creates the contents of a mission.
  • Method Details

    • defineMission

      void defineMission(MissionDefinitionAPI api)
      Creates the contents of a mission. Called every time the player clicks on the mission in the list.
      Parameters:
      api -