#include <GalaxyEditAPI.h>
|
| static void | GenerateDefaultName (SystemBody *body) |
| |
| static void | GenerateCustomName (SystemBody *body, Random &rng) |
| |
| static void | AddChild (SystemBody *parent, SystemBody *child, size_t idx=-1) |
| |
| static SystemBody * | RemoveChild (SystemBody *parent, size_t idx=-1) |
| |
| static size_t | GetIndexInParent (SystemBody *body) |
| |
| static void | EditOrbitalParameters (SystemBody *body, Editor::UndoSystem *undo) |
| |
| static void | EditEconomicProperties (SystemBody *body, Editor::UndoSystem *undo) |
| |
| static void | EditStarportProperties (SystemBody *body, Editor::UndoSystem *undo) |
| |
| static void | EditBodyName (SystemBody *body, Random &rng, LuaNameGen *nameGen, Editor::UndoSystem *undo) |
| |
| static void | EditProperties (SystemBody *body, Random &rng, Editor::UndoSystem *undo) |
| |
| static void | GenerateDerivedStats (SystemBody *body, Random &rng, Editor::UndoSystem *undo) |
| |
◆ AddChild()
◆ EditBodyName()
◆ EditEconomicProperties()
◆ EditOrbitalParameters()
◆ EditProperties()
◆ EditStarportProperties()
◆ GenerateCustomName()
| static void SystemBody::EditorAPI::GenerateCustomName |
( |
SystemBody * |
body, |
|
|
Random & |
rng |
|
) |
| |
|
static |
◆ GenerateDefaultName()
| void SystemBody::EditorAPI::GenerateDefaultName |
( |
SystemBody * |
body | ) |
|
|
static |
◆ GenerateDerivedStats()
◆ GetIndexInParent()
| size_t SystemBody::EditorAPI::GetIndexInParent |
( |
SystemBody * |
body | ) |
|
|
static |
◆ RemoveChild()
The documentation for this class was generated from the following files: