mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
committed by
UbitUmarov
parent
16665227ce
commit
d3cf429c4c
@@ -1664,6 +1664,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llRequestAgentData(id, data);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_List llGetVisualParams(string id, LSL_List visualparams)
|
||||
{
|
||||
return m_LSL_Functions.llGetVisualParams(id, visualparams);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_Key llRequestInventoryData(LSL_String name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user