mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
committed by
UbitUmarov
parent
4d0312f122
commit
ae4ea576d5
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user