From 197f47864da62a9096813423861deb347d6484f0 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 14 Nov 2025 20:40:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20HarbourM?= =?UTF-8?q?asters/SpaghettiKart@c2755aee40bb37c8440ec58f260b4bd36bd6e256?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Game_8cpp.html | 2 +- Game_8h.html | 2 +- actors.html | 2 +- actorsmenu.html | 2 +- actorsmenu.js | 2 +- basics.js | 2 +- ceremony__and__credits_8c.html | 4 ++-- ceremony__and__credits_8h.html | 2 +- classOSnowman.html | 2 +- classOThwomp.html | 2 +- code__80281780_8c.html | 2 +- code__80281780_8h.html | 2 +- controlflow.html | 4 ++-- doxygen_crawl.html | 4 ++-- menu__items_8c.html | 4 ++-- menu__items_8h.html | 2 +- menus_8c.html | 4 ++-- menus_8h.html | 2 +- navtreeindex28.js | 2 +- navtreeindex6.js | 2 +- networking_8h.html | 2 +- osContInit_8c.html | 2 +- osCreatePiManager_8c.html | 2 +- osEPiRawStartDma_8c.html | 6 ++--- osPfsDeleteFile_8c.html | 2 +- osPiGetCmdQueue_8c.html | 2 +- osPiStartDma_8c.html | 2 +- pak_8cpp.html | 2 +- piint_8h.html | 2 +- podium__ceremony__actors_8c.html | 2 +- podium__ceremony__actors_8h.html | 2 +- search/all_3.js | 2 +- start__game_8c.html | 2 +- stubs_8h.html | 2 +- todo.html | 38 ++++++++++++++++---------------- uniondu.html | 2 +- 36 files changed, 61 insertions(+), 61 deletions(-) diff --git a/Game_8cpp.html b/Game_8cpp.html index 9a819662f..174ef84b8 100644 --- a/Game_8cpp.html +++ b/Game_8cpp.html @@ -2146,7 +2146,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
Here is the caller graph for this function:
diff --git a/Game_8h.html b/Game_8h.html index 79903ad71..f01ecac37 100644 --- a/Game_8h.html +++ b/Game_8h.html @@ -2040,7 +2040,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
diff --git a/actors.html b/actors.html index a2e03c660..09504d83d 100644 --- a/actors.html +++ b/actors.html @@ -108,7 +108,7 @@ $(function(){initNavTree('actors.html',''); initResizable(true); });
How Actors Work
-

+

Actors

If you are familiar with oot or sm64 prepare to be very disappointed. Both games split actors into separate files. In an unorderly fashion, mk64 appears to place all actors in the same file save for the odd exception.

Example actor setup based on update_course_actors

// Loop through the actor list and run that particular actors behaviour.
diff --git a/actorsmenu.html b/actorsmenu.html index e7edcbc47..75451bf03 100644 --- a/actorsmenu.html +++ b/actorsmenu.html @@ -177,7 +177,7 @@ $(function(){initNavTree('actorsmenu.html',''); initResizable(true); });

-

Actors Objects Vehicles Items

+

Actors Objects Vehicles Items

diff --git a/actorsmenu.js b/actorsmenu.js index 03d6a6bce..fdd93972e 100644 --- a/actorsmenu.js +++ b/actorsmenu.js @@ -1,7 +1,7 @@ var actorsmenu = [ [ "How Actors Work", "actors.html", [ - [ "Actors", "actors.html#actors", null ] + [ "Actors", "actors.html#actors-1", null ] ] ], [ "Objects", "objects.html", [ [ "Objects", "objects.html#objects", null ] diff --git a/basics.js b/basics.js index 8888e6745..50263aa6b 100644 --- a/basics.js +++ b/basics.js @@ -24,7 +24,7 @@ var basics = [ "Code Breakdown", "controlflow.html#code-breakdown", [ [ "Menus", "controlflow.html#menus", null ], [ "Players", "controlflow.html#players", null ], - [ "Actors", "controlflow.html#actors-1", null ], + [ "Actors", "controlflow.html#actors", null ], [ "Objects", "controlflow.html#objects-1", null ], [ "Courses", "controlflow.html#courses", [ [ "Course Folder", "controlflow.html#course-folder", null ] diff --git a/ceremony__and__credits_8c.html b/ceremony__and__credits_8c.html index 17a3c3e1b..7cbcd33da 100644 --- a/ceremony__and__credits_8c.html +++ b/ceremony__and__credits_8c.html @@ -1363,7 +1363,7 @@ Here is the caller graph for this function:
-
Todo
Does this match as a return of s8?
+
Todo
Does this match as a return of s8?
Here is the call graph for this function:
@@ -2099,7 +2099,7 @@ Here is the call graph for this function:
-
Todo
What does this even do?
+
Todo
What does this even do?
Here is the call graph for this function:
diff --git a/ceremony__and__credits_8h.html b/ceremony__and__credits_8h.html index b5ff188c0..47936a1b2 100644 --- a/ceremony__and__credits_8h.html +++ b/ceremony__and__credits_8h.html @@ -2037,7 +2037,7 @@ Here is the call graph for this function:
-
Todo
What does this even do?
+
Todo
What does this even do?
Here is the call graph for this function:
diff --git a/classOSnowman.html b/classOSnowman.html index 13ba2aa14..4ca678d11 100644 --- a/classOSnowman.html +++ b/classOSnowman.html @@ -351,7 +351,7 @@ Here is the call graph for this function:
-
Todo
quick hack to add the snow particles on hit. Need to separate into its own class
+
Todo
quick hack to add the snow particles on hit. Need to separate into its own class
Here is the call graph for this function:
diff --git a/classOThwomp.html b/classOThwomp.html index c9d2c8f0b..f29810e88 100644 --- a/classOThwomp.html +++ b/classOThwomp.html @@ -325,7 +325,7 @@ Static Private Attributes  

Detailed Description

-
Todo

Make shadow size bigger if thwomp is scaled up

+
Todo

Make shadow size bigger if thwomp is scaled up

make adjustable properties for squishSize and boundingBoxSize

Thwomp OObject

diff --git a/code__80281780_8c.html b/code__80281780_8c.html index 1b3286697..bd6e3779d 100644 --- a/code__80281780_8c.html +++ b/code__80281780_8c.html @@ -194,7 +194,7 @@ Variables
-
Todo
confirm this.
+
Todo
confirm this.
Here is the caller graph for this function:
diff --git a/code__80281780_8h.html b/code__80281780_8h.html index 019a21c7a..3bf336391 100644 --- a/code__80281780_8h.html +++ b/code__80281780_8h.html @@ -170,7 +170,7 @@ Variables
-
Todo
confirm this.
+
Todo
confirm this.
Here is the caller graph for this function:
diff --git a/controlflow.html b/controlflow.html index a93579b75..6581af1ca 100644 --- a/controlflow.html +++ b/controlflow.html @@ -132,7 +132,7 @@ $(function(){initNavTree('controlflow.html',''); initResizable(true); }); Players
  • - Actors + Actors
  • Objects @@ -258,7 +258,7 @@ Players camera Player cameras -

    +

    Actors

    Actor related code resides in

    diff --git a/doxygen_crawl.html b/doxygen_crawl.html index 3471d82ac..f79900dd5 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -1511,7 +1511,7 @@ - + @@ -6567,7 +6567,7 @@ - + diff --git a/menu__items_8c.html b/menu__items_8c.html index b48bba637..18fd47473 100644 --- a/menu__items_8c.html +++ b/menu__items_8c.html @@ -2398,7 +2398,7 @@ Here is the caller graph for this function:
  • -
    Todo
    These sizes need to be sizeof() for shiftability if possible
    +
    Todo
    These sizes need to be sizeof() for shiftability if possible
    Here is the call graph for this function:
    @@ -9150,7 +9150,7 @@ Here is the caller graph for this function:
    -
    Todo
    Move gGfxPool out of main.h
    +
    Todo
    Move gGfxPool out of main.h
    Here is the caller graph for this function:
    diff --git a/menu__items_8h.html b/menu__items_8h.html index e9d5f4091..7615cbf76 100644 --- a/menu__items_8h.html +++ b/menu__items_8h.html @@ -2744,7 +2744,7 @@ Here is the caller graph for this function:
    -
    Todo
    These sizes need to be sizeof() for shiftability if possible
    +
    Todo
    These sizes need to be sizeof() for shiftability if possible
    Here is the call graph for this function:
    diff --git a/menus_8c.html b/menus_8c.html index 14738a2fc..fd8dfa800 100644 --- a/menus_8c.html +++ b/menus_8c.html @@ -381,7 +381,7 @@ Here is the caller graph for this function:

    Navigation of the map select course menu screen

    -
    Todo
    SetCourse() to course one;
    +
    Todo
    SetCourse() to course one;
    Here is the call graph for this function:
    @@ -569,7 +569,7 @@ Here is the caller graph for this function:

    On input skip logo screen

    -
    Todo
    Label audio funcs
    +
    Todo
    Label audio funcs
    Here is the call graph for this function:
    diff --git a/menus_8h.html b/menus_8h.html index 879864aac..223979578 100644 --- a/menus_8h.html +++ b/menus_8h.html @@ -914,7 +914,7 @@ Variables

    Navigation of the map select course menu screen

    -
    Todo
    SetCourse() to course one;
    +
    Todo
    SetCourse() to course one;
    Here is the call graph for this function:
    diff --git a/navtreeindex28.js b/navtreeindex28.js index ec967dc3b..30cdc1b9e 100644 --- a/navtreeindex28.js +++ b/navtreeindex28.js @@ -6,7 +6,7 @@ var NAVTREEINDEX28 = "contramwrite_8c.html#a5a8e6638b28caf3b5faba67df76d099c":[17,0,3,9,34,1], "contramwrite_8c.html#ac0f1bb81601cedc5fc5868fc7e500b88":[17,0,3,9,34,0], "controlflow.html":[1,2], -"controlflow.html#actors-1":[1,2,4,2], +"controlflow.html#actors":[1,2,4,2], "controlflow.html#code-breakdown":[1,2,4], "controlflow.html#course-folder":[1,2,4,4,0], "controlflow.html#courses":[1,2,4,4], diff --git a/navtreeindex6.js b/navtreeindex6.js index dcac09751..dde620e7d 100644 --- a/navtreeindex6.js +++ b/navtreeindex6.js @@ -2,7 +2,7 @@ var NAVTREEINDEX6 = { "actor__types_8h_source.html":[17,0,2,4], "actors.html":[0,0], -"actors.html#actors":[0,0,0], +"actors.html#actors-1":[0,0,0], "actors_8c.html":[17,0,3,11,0], "actors_8c.html#a047d32425b6ea73e667cb31548bdc8dd":[17,0,3,11,0,53], "actors_8c.html#a074156bcbfcb24d6b691adf751bb8580":[17,0,3,11,0,63], diff --git a/networking_8h.html b/networking_8h.html index f9d77cadb..6068311c3 100644 --- a/networking_8h.html +++ b/networking_8h.html @@ -841,7 +841,7 @@ Here is the caller graph for this function:
    -
    Todo
    SetCourse();
    +
    Todo
    SetCourse();
    Here is the caller graph for this function:
    diff --git a/osContInit_8c.html b/osContInit_8c.html index 1746b7f22..4dbec2864 100644 --- a/osContInit_8c.html +++ b/osContInit_8c.html @@ -219,7 +219,7 @@ Here is the caller graph for this function:
    -
    Todo
    figure out what it means
    +
    Todo
    figure out what it means
    Here is the call graph for this function:
    diff --git a/osCreatePiManager_8c.html b/osCreatePiManager_8c.html index 23968c5c3..54d6c3caa 100644 --- a/osCreatePiManager_8c.html +++ b/osCreatePiManager_8c.html @@ -236,7 +236,7 @@ Here is the caller graph for this function:
    -
    Todo
    In libreultra this is in an include
    +
    Todo
    In libreultra this is in an include
    diff --git a/osEPiRawStartDma_8c.html b/osEPiRawStartDma_8c.html index c4f734072..4e6a0a1a9 100644 --- a/osEPiRawStartDma_8c.html +++ b/osEPiRawStartDma_8c.html @@ -155,7 +155,7 @@ Functions
    Value:
    (*(vu32*) PHYS_TO_K1(addr) = (u32) (data))
    -
    Todo
    These defines are from PR/rcp.h, but including that causes problems...
    +
    Todo
    These defines are from PR/rcp.h, but including that causes problems...
    @@ -170,7 +170,7 @@ Functions
    -
    Todo
    This define is from os.h, but including that causes problems...
    +
    Todo
    This define is from os.h, but including that causes problems...
    @@ -194,7 +194,7 @@ Functions
    Value:
    if (cHandle->var != pihandle->var) \
    IO_WRITE(reg, pihandle->var);
    -
    Todo
    This define is from piint.h, but including that causes problems...
    +
    Todo
    This define is from piint.h, but including that causes problems...
    diff --git a/osPfsDeleteFile_8c.html b/osPfsDeleteFile_8c.html index 6122b3c21..8d4745397 100644 --- a/osPfsDeleteFile_8c.html +++ b/osPfsDeleteFile_8c.html @@ -259,7 +259,7 @@ Here is the caller graph for this function:
    -
    Todo
    magic constant
    +
    Todo
    magic constant
    Here is the call graph for this function:
    diff --git a/osPiGetCmdQueue_8c.html b/osPiGetCmdQueue_8c.html index 4cb2eeb3e..c9dd53159 100644 --- a/osPiGetCmdQueue_8c.html +++ b/osPiGetCmdQueue_8c.html @@ -171,7 +171,7 @@ Here is the caller graph for this function:
    -
    Todo
    In libreultra this is in an include
    +
    Todo
    In libreultra this is in an include
    diff --git a/osPiStartDma_8c.html b/osPiStartDma_8c.html index be3eaee6a..86beacf5f 100644 --- a/osPiStartDma_8c.html +++ b/osPiStartDma_8c.html @@ -206,7 +206,7 @@ Here is the caller graph for this function:
    -
    Todo
    In libreultra this is in an include
    +
    Todo
    In libreultra this is in an include
    diff --git a/pak_8cpp.html b/pak_8cpp.html index 1bd2c3125..d9f928348 100644 --- a/pak_8cpp.html +++ b/pak_8cpp.html @@ -337,7 +337,7 @@ Here is the call graph for this function:
    -
    Todo
    magic constant
    +
    Todo
    magic constant
    Here is the call graph for this function:
    diff --git a/piint_8h.html b/piint_8h.html index 82ec33c97..917ef3553 100644 --- a/piint_8h.html +++ b/piint_8h.html @@ -1767,7 +1767,7 @@ Here is the caller graph for this function:
    -
    Todo
    In libreultra this is in an include
    +
    Todo
    In libreultra this is in an include
    diff --git a/podium__ceremony__actors_8c.html b/podium__ceremony__actors_8c.html index fb1e449e2..e7a3b51c7 100644 --- a/podium__ceremony__actors_8c.html +++ b/podium__ceremony__actors_8c.html @@ -629,7 +629,7 @@ Here is the caller graph for this function:
    Bug
    No null check.
    Bug
    -
    Todo
    More indepth error checking/return value
    +
    Todo
    More indepth error checking/return value
    Here is the call graph for this function:
    diff --git a/podium__ceremony__actors_8h.html b/podium__ceremony__actors_8h.html index 7bba54395..226dfb850 100644 --- a/podium__ceremony__actors_8h.html +++ b/podium__ceremony__actors_8h.html @@ -585,7 +585,7 @@ Here is the caller graph for this function:
    Bug
    No null check.
    Bug
    -
    Todo
    More indepth error checking/return value
    +
    Todo
    More indepth error checking/return value
    Here is the call graph for this function:
    diff --git a/search/all_3.js b/search/all_3.js index 87e4e4a41..02809aea8 100644 --- a/search/all_3.js +++ b/search/all_3.js @@ -101,7 +101,7 @@ var searchData= ['actorlist_98',['ActorList',['../namespaceEditor.html#aa2e1ff6c936cecd08d75463c42812624',1,'Editor']]], ['actorregistryentry_99',['ActorRegistryEntry',['../structActorRegistryEntry.html',1,'']]], ['actorreplication_100',['ActorReplication',['../replication_8c.html#a26dd97c60547f572972e89064852c0b4',1,'replication.c']]], - ['actors_101',['Actors',['../classWorld.html#a801d7b9b95a56aad4e6c850e7b3f04f2',1,'World::Actors'],['../actorsmenu.html',1,'Actors'],['../actors.html#actors',1,'Actors'],['../controlflow.html#actors-1',1,'Actors']]], + ['actors_101',['Actors',['../classWorld.html#a801d7b9b95a56aad4e6c850e7b3f04f2',1,'World::Actors'],['../actorsmenu.html',1,'Actors'],['../controlflow.html#actors',1,'Actors'],['../actors.html#actors-1',1,'Actors']]], ['actors_20work_102',['How Actors Work',['../actors.html',1,'actorsmenu']]], ['actors_2ec_103',['actors.c',['../actors_8c.html',1,'']]], ['actors_2eh_104',['actors.h',['../actors_8h.html',1,'']]], diff --git a/start__game_8c.html b/start__game_8c.html index 7d99caa44..451c9a92c 100644 --- a/start__game_8c.html +++ b/start__game_8c.html @@ -327,7 +327,7 @@ Here is the caller graph for this function:
    -
    Todo
    SetCourse();
    +
    Todo
    SetCourse();
    Here is the caller graph for this function:
    diff --git a/stubs_8h.html b/stubs_8h.html index 13de2fe83..1f119d725 100644 --- a/stubs_8h.html +++ b/stubs_8h.html @@ -477,7 +477,7 @@ Here is the caller graph for this function:
    -
    Todo
    magic constant
    +
    Todo
    magic constant
    Here is the call graph for this function:
    diff --git a/todo.html b/todo.html index 37e48eaaf..f538c5dd1 100644 --- a/todo.html +++ b/todo.html @@ -118,7 +118,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global __osPfsRWInode (OSPfs *pfs, __OSInode *inode, u8 flag, u8 bank)
    don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
    Global __osPiDevMgr
    -
    In libreultra this is in an include
    +
    In libreultra this is in an include
    Global __osRepairPackId (OSPfs *pfs, __OSPackId *badid, __OSPackId *newid)

    fix magic number

    remove magic constant

    @@ -136,14 +136,14 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global clear_framebuffer (s32)
    Why did void* work for matching
    Global course_select_menu_act (struct Controller *, u16)
    -
    SetCourse() to course one;
    +
    SetCourse() to course one;
    Global D_800E43B0 []
    unused?
    Global debug_switch_character_ceremony_cutscene (void)
    -
    confirm this.
    +
    confirm this.
    Union du
    -

    is it possible to remove them somehow?

    -

    is it possible to remove them somehow?

    +

    is it possible to remove them somehow?

    +

    is it possible to remove them somehow?

    Global fill [2]
    file boundary?
    @@ -162,23 +162,23 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global func_800745C8 (s32 objectIndex, const char **lakituTexturePtr)
    arg1 should likely be a u8 *
    Global func_80091FA4 (void)
    -
    These sizes need to be sizeof() for shiftability if possible
    +
    These sizes need to be sizeof() for shiftability if possible
    Global func_800CBC24 (void)
    clenanup, something's weird with the variables. D_800EA4A4 is probably EuAudioCmd bc of the + 0x100
    Global func_8028336C (UNUSED CinematicCamera *arg0, UNUSED Camera *camera)
    -
    Does this match as a return of s8?
    +
    Does this match as a return of s8?
    Global func_802846E4 (CinematicCamera *)
    -
    What does this even do?
    +
    What does this even do?
    Global func_8028F970 (void)
    increasing players past four would require increase this loop iterator.
    Global GetCupName (void)
    -
    Move gGfxPool out of main.h
    +
    Move gGfxPool out of main.h
    Global gPlayerWinningIndex
    gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
    Global gTorchSpawns []
    fix this extern
    Global IO_WRITE (addr, data)
    -
    These defines are from PR/rcp.h, but including that causes problems...
    +
    These defines are from PR/rcp.h, but including that causes problems...
    Global LEO_CMD_TYPE_0
    name
    Global LEO_CMD_TYPE_1
    @@ -188,27 +188,27 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global load_track_path (s32)
    Confirm this comment
    Global logo_intro_menu_act (struct Controller *controller, UNUSED u16 controllerIdx)
    -
    Label audio funcs
    +
    Label audio funcs
    Global MTX_KART_POOL_SIZE
    Verify with proper documentation
    Global MTX_SHADOW_POOL_SIZE
    Verify with proper documentation
    Global new_actor (ActorInitParams *)
    -
    More indepth error checking/return value
    +
    More indepth error checking/return value
    Global Note::priority
    use macros or something instead.
    Global OBombKart::Unk_3C
    Turn WheelPos into a struct
    Global osContInit (OSMesgQueue *mq, u8 *bitpattern, OSContStatus *status)
    -
    figure out what it means
    +
    figure out what it means
    Class OSeagull
    unk_0D5 needs to be a struct variable probably. What does it do? Behaviour?
    Global OSnowman::DrawBody (s32)
    -
    quick hack to add the snow particles on hit. Need to separate into its own class
    +
    quick hack to add the snow particles on hit. Need to separate into its own class
    Global OSnowman::Tick () override
    quick hack to add the snow particles on hit. Need to separate into its own class
    Global osPfsDeleteFile (OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name)
    -
    magic constant
    +
    magic constant
    Global osPiStartDma (OSIoMesg *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, size_t nbytes, OSMesgQueue *mq)
    name magic constants
    Global osRomBase
    @@ -218,12 +218,12 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global osViSwapBuffer (void *vaddr)
    figure out what this flag means
    Class OThwomp
    -

    Make shadow size bigger if thwomp is scaled up

    +

    Make shadow size bigger if thwomp is scaled up

    make adjustable properties for squishSize and boundingBoxSize

    Global PI_DOMAIN1
    -
    This define is from os.h, but including that causes problems...
    +
    This define is from os.h, but including that causes problems...
    Global render_collision (void)
    decide to use colours or textures and fix displaylists because they are buggy
    Global render_texture_rectangle (s32 x, s32 y, s32 width, s32 height, s32 s, s32 w, s32 mode)
    @@ -231,7 +231,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global render_texture_rectangle_wide (s32 x, s32 y, s32 width, s32 height, s32 arg4, s32 arg5, s32 arg6)
    Update to F3DEX. Uses OLD definition for gspTextureRectangle.
    Global set_course (const char *data)
    -
    SetCourse();
    +
    SetCourse();
    Global set_minimap_finishline_position (s32)
    : Hardcode these x and y values. Because why not?
    Global SOUND_ARG_LOAD (sound_bank, byte2, byte3, sound_id)
    @@ -241,7 +241,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global TrainSmokeTick (void)
    : This should be an Object class one day
    Global UPDATE_REG (reg, var)
    -
    This define is from piint.h, but including that causes problems...
    +
    This define is from piint.h, but including that causes problems...
    Global US_FLOAT (x)
    US_FLOAT should probably be renamed to JP_DOUBLE since eu seems to use floats too
    Global World::SetCourse (const char *)
    diff --git a/uniondu.html b/uniondu.html index 6b967322b..0fe6fe941 100644 --- a/uniondu.html +++ b/uniondu.html @@ -139,7 +139,7 @@ Data Fields

    Detailed Description

    Todo
    is it possible to remove them somehow?
    -
    Todo
    is it possible to remove them somehow?
    +
    Todo
    is it possible to remove them somehow?

    Field Documentation

    ◆ d