This allows one to get description data for a given prim inventory item.
Thanks MarcelEdward and GuduleLapointe!
This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-17 04:02:23 +00:00
parent 1e4180fc93
commit 4a57112f19
4 changed files with 31 additions and 0 deletions

View File

@@ -229,5 +229,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_List osGetAvatarList();
LSL_String osUnixTimeToTimestamp(long time);
LSL_String osGetInventoryDesc(string item);
}
}