Update docs

This commit is contained in:
Lwmte 2025-04-20 23:06:29 +02:00
parent 4859838766
commit 3af1b15cda
2 changed files with 4 additions and 4 deletions

View file

@ -751,7 +751,7 @@
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">mov</span>
<span class="types"><span class="type">Moveable</span></span>
<span class="types"><a class="type" href="../2 classes/Objects.Moveable.html#">Moveable</a></span>
Moveable object to align the player with.
</li>
<li><span class="parameter">animNumber</span>
@ -815,7 +815,7 @@
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">mov</span>
<span class="types"><span class="type">Moveable</span></span>
<span class="types"><a class="type" href="../2 classes/Objects.Moveable.html#">Moveable</a></span>
Moveable object to align the player with.
</li>
<li><span class="parameter">minOffsetConstraint</span>

View file

@ -401,7 +401,7 @@ bool LaraObject::IsTorchLit() const
/// Align the player with a moveable object for interaction.
// @function LaraObject:Interact
// @tparam Moveable mov Moveable object to align the player with.
// @tparam Objects.Moveable mov Moveable object to align the player with.
// @tparam[opt=197 (BUTTON_PUSH)] int animNumber The animation to play after alignment is complete.
// @tparam[opt=Vec3(0&#44; 0&#44; 312)] Vec3 offset Relative position offset from the moveable.
// @tparam[opt=Vec3(-256&#44; -512&#44; 0)] Vec3 minOffsetConstraint Minimum relative offset constraint.
@ -468,7 +468,7 @@ void LaraObject::Interact(const Moveable& mov, TypeOrNil<int> animNumber,
/// Test the player against a moveable object for interaction.
// @function LaraObject:TestInteraction
// @tparam Moveable mov Moveable object to align the player with.
// @tparam Objects.Moveable mov Moveable object to align the player with.
// @tparam[opt=Vec3(-256&#44; -512&#44; 0)] Vec3 minOffsetConstraint Minimum relative offset constraint.
// @tparam[opt=Vec3(256&#44; 0&#44; 512)] Vec3 maxOffsetConstraint Maximum relative offset constraint.
// @tparam[opt=Rotation(-10&#44; -40&#44; -10)] Rotation minRotConstraint Minimum relative rotation constraint.