diff options
author | Justin Clark-Casey (justincc) | 2011-08-12 02:46:44 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-12 02:46:44 +0100 |
commit | 76e0afe83f012e451a66a145c50e79c1bd047f37 (patch) | |
tree | bd21bb928ca2b0975099ad69c821be71ee60e902 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | rename position parameter in osNpcMoveToTarget to target (diff) | |
download | opensim-SC_OLD-76e0afe83f012e451a66a145c50e79c1bd047f37.zip opensim-SC_OLD-76e0afe83f012e451a66a145c50e79c1bd047f37.tar.gz opensim-SC_OLD-76e0afe83f012e451a66a145c50e79c1bd047f37.tar.bz2 opensim-SC_OLD-76e0afe83f012e451a66a145c50e79c1bd047f37.tar.xz |
tidy up some OSSL NPC parameter names
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index 1f3454f..87cfe1a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -168,9 +168,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
168 | 168 | ||
169 | LSL_List osGetLinkPrimitiveParams(int linknumber, LSL_List rules); | 169 | LSL_List osGetLinkPrimitiveParams(int linknumber, LSL_List rules); |
170 | 170 | ||
171 | key osNpcCreate(string user, string name, vector position, key cloneFrom); | 171 | key osNpcCreate(string user, string name, vector position, string notecard); |
172 | LSL_Key osNpcSaveAppearance(key npc, string notecardName); | 172 | LSL_Key osNpcSaveAppearance(key npc, string notecard); |
173 | void osNpcLoadAppearance(key npc, string notecardNameOrUuid); | 173 | void osNpcLoadAppearance(key npc, string notecard); |
174 | vector osNpcGetPos(key npc); | 174 | vector osNpcGetPos(key npc); |
175 | void osNpcMoveTo(key npc, vector position); | 175 | void osNpcMoveTo(key npc, vector position); |
176 | void osNpcMoveToTarget(key npc, vector target, int options); | 176 | void osNpcMoveToTarget(key npc, vector target, int options); |
@@ -180,8 +180,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
180 | void osNpcSay(key npc, string message); | 180 | void osNpcSay(key npc, string message); |
181 | void osNpcRemove(key npc); | 181 | void osNpcRemove(key npc); |
182 | 182 | ||
183 | LSL_Key osOwnerSaveAppearance(string notecardName); | 183 | LSL_Key osOwnerSaveAppearance(string notecard); |
184 | LSL_Key osAgentSaveAppearance(key agentId, string notecardName); | 184 | LSL_Key osAgentSaveAppearance(key agentId, string notecard); |
185 | 185 | ||
186 | key osGetMapTexture(); | 186 | key osGetMapTexture(); |
187 | key osGetRegionMapTexture(string regionName); | 187 | key osGetRegionMapTexture(string regionName); |