llGetHealth

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Vincent Sylvester
2025-03-31 08:47:11 +02:00
committed by UbitUmarov
parent 4d0312f122
commit ae4ea576d5
3 changed files with 18 additions and 0 deletions

View File

@@ -1940,6 +1940,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
m_LSL_Functions.llSetDamage(damage);
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public LSL_Float llGetHealth(LSL_String key)
{
return m_LSL_Functions.llGetHealth(key);
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void llSetForce(LSL_Vector force, int local)
{