mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
update scriptSyntax
This commit is contained in:
@@ -218,7 +218,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
LSL_Vector llGetVel();
|
||||
LSL_Float llGetWallclock();
|
||||
void llGiveInventory(LSL_Key destination, LSL_String inventory);
|
||||
void llGiveInventoryList(LSL_Key destination, LSL_String category, LSL_List inventory);
|
||||
void llGiveInventoryList(LSL_Key destination, LSL_String folderName, LSL_List inventory);
|
||||
LSL_Integer llGiveMoney(LSL_Key destination, LSL_Integer amount);
|
||||
LSL_Key llTransferLindenDollars(LSL_Key destination, LSL_Integer amount);
|
||||
void llGodLikeRezObject(string inventory, LSL_Vector pos);
|
||||
|
||||
Reference in New Issue
Block a user