ok that was not the stub..

This commit is contained in:
UbitUmarov
2025-08-14 22:26:23 +01:00
parent f79e04d307
commit 6f5eb8c7b8

View File

@@ -1406,6 +1406,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
m_LSL_Functions.llMakeSmoke(particles, scale, vel, lifetime, arc, texture, offset);
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void llMapBeacon(string simname, LSL_Vector pos, LSL_List loptions)
{
m_LSL_Functions.llMapBeacon(simname, pos, loptions);
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void llMapDestination(string simname, LSL_Vector pos, LSL_Vector look_at)
{