Merge branch 'main' into main

This commit is contained in:
Thomas Silkjær
2025-07-07 12:47:15 +02:00
committed by GitHub

View File

@@ -21,7 +21,6 @@ The following `trace` functions are available in the Hooks API
| [trace](../technical/hooks-functions/trace-debug/trace.md) | Print a utf-8 message, followed by a user-specified buffer (this last optionally as hex.) |
| [trace_num](../technical/hooks-functions/trace-debug/trace_num.md) | Print a utf-8 message, followed by an integer. |
| [trace_float](../technical/hooks-functions/trace-debug/trace_float.md) | Print a utf-8 message, followed by an XFL Floating point number. |
| trace_slot | Print a utf-8 message, followed by the serialized contents of a slot. |
### Example