diff options
author | Melanie Thielker | 2008-09-26 18:40:16 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-26 18:40:16 +0000 |
commit | 54ef88c12c1fa268ad6d1fe0c77a085b0b22587c (patch) | |
tree | 813bc9243fc7b66288ec3f5956b933cd268f9233 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Remove another interface that is no longer needed (diff) | |
download | opensim-SC_OLD-54ef88c12c1fa268ad6d1fe0c77a085b0b22587c.zip opensim-SC_OLD-54ef88c12c1fa268ad6d1fe0c77a085b0b22587c.tar.gz opensim-SC_OLD-54ef88c12c1fa268ad6d1fe0c77a085b0b22587c.tar.bz2 opensim-SC_OLD-54ef88c12c1fa268ad6d1fe0c77a085b0b22587c.tar.xz |
Thank you, idb, for a patch that implements the stubs for llGetAgentLanguage()
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs index a23e731..32cfff6 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||
@@ -374,6 +374,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
374 | return m_LSL_Functions.llGetAgentInfo(id); | 374 | return m_LSL_Functions.llGetAgentInfo(id); |
375 | } | 375 | } |
376 | 376 | ||
377 | public LSL_String llGetAgentLanguage(string id) | ||
378 | { | ||
379 | return m_LSL_Functions.llGetAgentLanguage(id); | ||
380 | } | ||
381 | |||
377 | public LSL_Vector llGetAgentSize(string id) | 382 | public LSL_Vector llGetAgentSize(string id) |
378 | { | 383 | { |
379 | return m_LSL_Functions.llGetAgentSize(id); | 384 | return m_LSL_Functions.llGetAgentSize(id); |