mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
add LSL_Integer osAvatarType(string firts, string last)
This commit is contained in:
@@ -1555,5 +1555,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
return m_OSSL_Functions.osAvatarType(avkey);
|
||||
}
|
||||
|
||||
public LSL_Integer osAvatarType(LSL_String sFirstName, LSL_String sLastName)
|
||||
{
|
||||
return m_OSSL_Functions.osAvatarType(sFirstName, sLastName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user