mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
ok that was not the stub..
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user