|
69 | 69 | <li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-3"><span class="theme-icon-holder me-2"><i class="fas fa-tools"></i></span>Components</a></li> |
70 | 70 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-1">Dear ImGui</a></li> |
71 | 71 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-2">Key Bindings</a></li> |
72 | | - <li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-3">Manager & Misc</a></li> |
| 72 | + <li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-3">Miscellaneous</a></li> |
73 | 73 | <li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-4"><span class="theme-icon-holder me-2"><i class="fas fa-box"></i></span>Modules</a></li> |
74 | 74 | <li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-1">Database Manager</a></li> |
75 | 75 | <li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-2">Freeplay Enhancements</a></li> |
@@ -343,7 +343,11 @@ <h3>Settings</h3> |
343 | 343 | </tr> |
344 | 344 | <tr> |
345 | 345 | <th class="theme-bg-light"><b>imgui_reflector_no_read <true-false></b></th> |
346 | | - <td>Don't read property values when loading instances with the reflector window.</td> |
| 346 | + <td>Don't read any property values when loading instances with the reflector window.</td> |
| 347 | + </tr> |
| 348 | + <tr> |
| 349 | + <th class="theme-bg-light"><b>imgui_reflector_no_tarray <true-false></b></th> |
| 350 | + <td>Don't read from TArray properties when loading instances with the reflector window.</td> |
347 | 351 | </tr> |
348 | 352 | <tr> |
349 | 353 | <th class="theme-bg-light"><b>imgui_reflector_object_limit <1-256></b></th> |
@@ -405,7 +409,7 @@ <h3>Commands</h3> |
405 | 409 | </div> |
406 | 410 | </section> |
407 | 411 | <section class="docs-section" id="item-3-0-3"> |
408 | | - <h2 class="section-heading">Manager & Misc</h2> |
| 412 | + <h2 class="section-heading">Miscellaneous</h2> |
409 | 413 | <h3>Commands</h3> |
410 | 414 | <div class="table-responsive my-4"> |
411 | 415 | <table class="table table-bordered"> |
@@ -478,19 +482,19 @@ <h3>Settings</h3> |
478 | 482 | <table class="table table-bordered"> |
479 | 483 | <tbody> |
480 | 484 | <tr> |
481 | | - <th class="theme-bg-light"><b>manager_debug_mode <true-false></b></th> |
482 | | - <td>Enable/disable global debugging mode, logs extra info to the terminal.</td> |
| 485 | + <th class="theme-bg-light"><b>debug_mode <true-false></b></th> |
| 486 | + <td>Enable global debugging mode, logs extra info to the terminal.</td> |
483 | 487 | </tr> |
484 | 488 | <tr> |
485 | | - <th class="theme-bg-light"><b>manager_purge_cache <true-false></b></th> |
| 489 | + <th class="theme-bg-light"><b>auto_purge_cache <true-false></b></th> |
486 | 490 | <td>Automatically deletes old cache files from your web cache folder on game launch.</td> |
487 | 491 | </tr> |
488 | 492 | <tr> |
489 | | - <th class="theme-bg-light"><b>manager_purge_dumps <true-false></b></th> |
| 493 | + <th class="theme-bg-light"><b>auto_purge_dumps <true-false></b></th> |
490 | 494 | <td>Automatically deletes old crash dump files in your log folder on game launch.</td> |
491 | 495 | </tr> |
492 | 496 | <tr> |
493 | | - <th class="theme-bg-light"><b>manager_purge_logs <true-false></b></th> |
| 497 | + <th class="theme-bg-light"><b>auto_purge_logs <true-false></b></th> |
494 | 498 | <td>Automatically deletes old "Launch.log" backups in your log folder on game launch.</td> |
495 | 499 | </tr> |
496 | 500 | <tr> |
|
0 commit comments