mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 00:07:58 +03:00
Update docs
This commit is contained in:
parent
4859838766
commit
3af1b15cda
2 changed files with 4 additions and 4 deletions
|
@ -751,7 +751,7 @@
|
||||||
<h3>Parameters:</h3>
|
<h3>Parameters:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span class="parameter">mov</span>
|
<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.
|
Moveable object to align the player with.
|
||||||
</li>
|
</li>
|
||||||
<li><span class="parameter">animNumber</span>
|
<li><span class="parameter">animNumber</span>
|
||||||
|
@ -815,7 +815,7 @@
|
||||||
<h3>Parameters:</h3>
|
<h3>Parameters:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span class="parameter">mov</span>
|
<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.
|
Moveable object to align the player with.
|
||||||
</li>
|
</li>
|
||||||
<li><span class="parameter">minOffsetConstraint</span>
|
<li><span class="parameter">minOffsetConstraint</span>
|
||||||
|
|
|
@ -401,7 +401,7 @@ bool LaraObject::IsTorchLit() const
|
||||||
|
|
||||||
/// Align the player with a moveable object for interaction.
|
/// Align the player with a moveable object for interaction.
|
||||||
// @function LaraObject:Interact
|
// @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=197 (BUTTON_PUSH)] int animNumber The animation to play after alignment is complete.
|
||||||
// @tparam[opt=Vec3(0, 0, 312)] Vec3 offset Relative position offset from the moveable.
|
// @tparam[opt=Vec3(0, 0, 312)] Vec3 offset Relative position offset from the moveable.
|
||||||
// @tparam[opt=Vec3(-256, -512, 0)] Vec3 minOffsetConstraint Minimum relative offset constraint.
|
// @tparam[opt=Vec3(-256, -512, 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.
|
/// Test the player against a moveable object for interaction.
|
||||||
// @function LaraObject:TestInteraction
|
// @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, -512, 0)] Vec3 minOffsetConstraint Minimum relative offset constraint.
|
// @tparam[opt=Vec3(-256, -512, 0)] Vec3 minOffsetConstraint Minimum relative offset constraint.
|
||||||
// @tparam[opt=Vec3(256, 0, 512)] Vec3 maxOffsetConstraint Maximum relative offset constraint.
|
// @tparam[opt=Vec3(256, 0, 512)] Vec3 maxOffsetConstraint Maximum relative offset constraint.
|
||||||
// @tparam[opt=Rotation(-10, -40, -10)] Rotation minRotConstraint Minimum relative rotation constraint.
|
// @tparam[opt=Rotation(-10, -40, -10)] Rotation minRotConstraint Minimum relative rotation constraint.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue