Add a new os function "osGetGender()"

This commit is contained in:
dahlia
2015-05-29 23:02:12 -07:00
parent 0af17c9484
commit 5d3c327e93
3 changed files with 51 additions and 0 deletions

View File

@@ -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();