Documentation updates

This commit is contained in:
austin 2024-11-23 17:16:26 -05:00
parent e33706c21d
commit 87f9777f5c
6 changed files with 10 additions and 1 deletions

View File

@ -21,6 +21,7 @@
- @subpage entitytypesindex - @subpage entitytypesindex
- @subpage worldgenerationindex - @subpage worldgenerationindex
- @subpage chemistryindex - @subpage chemistryindex
- @subpage terrainindex
# What is this section # What is this section

View File

@ -1,3 +1,4 @@
@page instancedactors Instanced Actors
Instanced Actors Documentation Instanced Actors Documentation

View File

@ -2,3 +2,4 @@
[TOC] [TOC]
- @subpage instancingarch - @subpage instancingarch
- @subpage instancedactors

View File

@ -1,3 +1,4 @@
@page terrainediting Terrain Editing
electrosphere.client.terrain.editing.TerrainEditing electrosphere.client.terrain.editing.TerrainEditing
- Client static interface for editing terrain - Client static interface for editing terrain
- The idea is that this provides functions you can call anywhere from client side to trigger a request to perform a terrain edit - The idea is that this provides functions you can call anywhere from client side to trigger a request to perform a terrain edit

View File

@ -0,0 +1,4 @@
@page terrainindex Terrain
[TOC]
- @subpage terrainediting

View File

@ -1136,6 +1136,7 @@ Fix terrain editing
Fix foliage not updating at edited chunk Fix foliage not updating at edited chunk
Dedicated control for opening crafting Dedicated control for opening crafting
Break out network imgui debug window Break out network imgui debug window
Move text files to documentation pages
# TODO # TODO