Fixed docs

This commit is contained in:
Lwmte 2025-03-13 22:13:31 +01:00
parent 6a71b857f0
commit e983bcb2d3
2 changed files with 2 additions and 2 deletions

View file

@ -409,7 +409,7 @@
<ol>
<span class="types"><span class="type">int</span></span>
current sprint value
Current sprint value.
</ol>

View file

@ -120,7 +120,7 @@ void LaraObject::SetStamina(sol::optional<int> value)
/// Get stamina value of Lara.
// @function LaraObject:GetStamina
// @treturn int current sprint value
// @treturn int Current sprint value.
// @usage
// local sprintEnergy = Lara:GetStamina()
int LaraObject::GetStamina() const