mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Resolve mantis 1182. Doesn't actually implement llGiveInventoryList - merely corrects the signature so that "not implemented" message is displayed rather than a script
compile failure
This commit is contained in:
@@ -445,7 +445,8 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
void llParticleSystem(LSL_Types.list rules);
|
||||
//wiki: llGroundRepel(double height, integer water, double tau)
|
||||
void llGroundRepel(double height, int water, double tau);
|
||||
void llGiveInventoryList();
|
||||
//wiki: llGiveInventoryList(string destination, string category, LSL_Types.list inventory)
|
||||
void llGiveInventoryList(string destination, string category, LSL_Types.list inventory);
|
||||
//wiki: llSetVehicleType(integer type)
|
||||
void llSetVehicleType(int type);
|
||||
//wiki: llSetVehicledoubleParam(integer param, double value)
|
||||
|
||||
Reference in New Issue
Block a user