aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-13 00:00:18 +0000
committerJustin Clark-Casey (justincc)2012-01-13 00:00:18 +0000
commit6e7154d55c4b5ab8dacd2bcbce3b5408470b7f48 (patch)
tree579b6671f0233274ce601cece958e46b04488c52 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentAdd missing assert to confirm owner delete succeeded to the end of TestOsNpcR... (diff)
downloadopensim-SC_OLD-6e7154d55c4b5ab8dacd2bcbce3b5408470b7f48.zip
opensim-SC_OLD-6e7154d55c4b5ab8dacd2bcbce3b5408470b7f48.tar.gz
opensim-SC_OLD-6e7154d55c4b5ab8dacd2bcbce3b5408470b7f48.tar.bz2
opensim-SC_OLD-6e7154d55c4b5ab8dacd2bcbce3b5408470b7f48.tar.xz
Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name, vector position, string notecard, int options) instead with option OS_NPC_CREATOR_OWNED
Please note that correct option name is OS_NPC_CREATOR_OWNED not OS_NPC_CREATE_OWNED as mistakenly put in a previous commit.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index ddfc20d..af6be5f 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -173,7 +173,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
173 173
174 key osNpcCreate(string user, string name, vector position, string notecard); 174 key osNpcCreate(string user, string name, vector position, string notecard);
175 key osNpcCreate(string user, string name, vector position, string notecard, int options); 175 key osNpcCreate(string user, string name, vector position, string notecard, int options);
176 key osNpcCreateOwned(string user, string name, vector position, string notecard);
177 LSL_Key osNpcSaveAppearance(key npc, string notecard); 176 LSL_Key osNpcSaveAppearance(key npc, string notecard);
178 void osNpcLoadAppearance(key npc, string notecard); 177 void osNpcLoadAppearance(key npc, string notecard);
179 vector osNpcGetPos(key npc); 178 vector osNpcGetPos(key npc);