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

@@ -353,6 +353,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Key osOwnerSaveAppearance(string notecard);
LSL_Key osAgentSaveAppearance(key agentId, string notecard);
key osGetGender(LSL_Key rawAvatarId);
key osGetMapTexture();
key osGetRegionMapTexture(string regionName);
LSL_List osGetRegionStats();