mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Added llParseString2List (and a few extra methods to LSL_Types.list).
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user