mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Add a new os function "osGetGender()"
This commit is contained in:
@@ -870,6 +870,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
}
|
||||
}
|
||||
|
||||
public string osGetGender(LSL_Key rawAvatarId)
|
||||
{
|
||||
return m_OSSL_Functions.osGetGender(rawAvatarId);
|
||||
}
|
||||
|
||||
public key osGetMapTexture()
|
||||
{
|
||||
return m_OSSL_Functions.osGetMapTexture();
|
||||
|
||||
Reference in New Issue
Block a user