diff options
author | dahlia | 2015-05-29 23:02:12 -0700 |
---|---|---|
committer | dahlia | 2015-05-29 23:02:12 -0700 |
commit | 5d3c327e939be9e134c1ca8853f653d9b7d080e2 (patch) | |
tree | a4f6b1344b95dae48b5640b90e7e6e67e596f868 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |
parent | llListRandomize() wasn't very random (diff) | |
download | opensim-SC-5d3c327e939be9e134c1ca8853f653d9b7d080e2.zip opensim-SC-5d3c327e939be9e134c1ca8853f653d9b7d080e2.tar.gz opensim-SC-5d3c327e939be9e134c1ca8853f653d9b7d080e2.tar.bz2 opensim-SC-5d3c327e939be9e134c1ca8853f653d9b7d080e2.tar.xz |
Add a new os function "osGetGender()"
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index b903667..d072528 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -353,6 +353,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
353 | LSL_Key osOwnerSaveAppearance(string notecard); | 353 | LSL_Key osOwnerSaveAppearance(string notecard); |
354 | LSL_Key osAgentSaveAppearance(key agentId, string notecard); | 354 | LSL_Key osAgentSaveAppearance(key agentId, string notecard); |
355 | 355 | ||
356 | key osGetGender(LSL_Key rawAvatarId); | ||
356 | key osGetMapTexture(); | 357 | key osGetMapTexture(); |
357 | key osGetRegionMapTexture(string regionName); | 358 | key osGetRegionMapTexture(string regionName); |
358 | LSL_List osGetRegionStats(); | 359 | LSL_List osGetRegionStats(); |