mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Add more cross-references to documentation
This commit is contained in:
parent
e983bcb2d3
commit
66f5f67620
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue