Added llParseString2List (and a few extra methods to LSL_Types.list).

This commit is contained in:
alondria
2008-02-02 18:52:07 +00:00
parent e2680342d1
commit 0ea708c133
4 changed files with 74 additions and 5 deletions

View File

@@ -409,7 +409,7 @@ namespace OpenSim.Region.ScriptEngine.Common
//wiki: llEjectFromLand(key pest)
void llEjectFromLand(string pest);
void llParseString2List();
LSL_Types.list llParseString2List(string str, LSL_Types.list separators, LSL_Types.list spacers);
//wiki: integer llOverMyLand(key id)
int llOverMyLand(string id);
//wiki: key llGetLandOwnerAt(vector pos)