#include <GalaxyEditAPI.h>
|
| static void | RemoveFromCache (StarSystem *system) |
| |
| static SystemBody * | NewBody (StarSystem *system) |
| |
| static SystemBody * | NewBodyAround (StarSystem *system, Random &rng, SystemBody *primary, size_t idx) |
| |
| static void | AddBody (StarSystem *system, SystemBody *body, size_t idx=-1) |
| |
| static void | RemoveBody (StarSystem *system, SystemBody *body) |
| |
| static void | ReorderBodyIndex (StarSystem *system) |
| |
| static void | ReorderBodyHierarchy (StarSystem *system) |
| |
| static void | SortBodyHierarchy (StarSystem *system, Editor::UndoSystem *undo) |
| |
| static void | EditName (StarSystem *system, Random &rng, Editor::UndoSystem *undo) |
| |
| static void | EditProperties (StarSystem *system, Editor::CustomSystemInfo &custom, FactionsDatabase *factions, Editor::UndoSystem *undo) |
| |
◆ AddBody()
◆ EditName()
◆ EditProperties()
◆ NewBody()
◆ NewBodyAround()
◆ RemoveBody()
◆ RemoveFromCache()
| void StarSystem::EditorAPI::RemoveFromCache |
( |
StarSystem * |
system | ) |
|
|
static |
◆ ReorderBodyHierarchy()
| void StarSystem::EditorAPI::ReorderBodyHierarchy |
( |
StarSystem * |
system | ) |
|
|
static |
◆ ReorderBodyIndex()
| void StarSystem::EditorAPI::ReorderBodyIndex |
( |
StarSystem * |
system | ) |
|
|
static |
◆ SortBodyHierarchy()
The documentation for this class was generated from the following files: