Add more cross-references to documentation

This commit is contained in:
Lwmte 2025-03-13 22:39:26 +01:00
parent e983bcb2d3
commit 66f5f67620
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@
</dt>
<dd>
<p>Table of MaterialType constants. </p>
<p>Table of MaterialType constants. To be used with <a href="../2 classes/Collision.Probe.html#GetFloorMaterialType">Collision.Probe.GetFloorMaterialType</a> and <a href="../2 classes/Collision.Probe.html#GetCeilingMaterialType">Collision.Probe.GetCeilingMaterialType</a>.</p>
<ul>
<li><code>MUD</code></li>

View file

@ -6,7 +6,7 @@
// @enum Collision.MaterialType
// @pragma nostrip
/// Table of MaterialType constants.
/// Table of MaterialType constants. To be used with @{Collision.Probe.GetFloorMaterialType} and @{Collision.Probe.GetCeilingMaterialType}.
//
// - `MUD`
// - `SNOW`