mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
[PATCH] Get osGetWindParam() and osSetWindParam() accessible
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
@@ -129,8 +129,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
|
||||
// Wind Module Functions
|
||||
string osWindActiveModelPluginName();
|
||||
void osSetWindParam(string plugin, string param, float value);
|
||||
float osGetWindParam(string plugin, string param);
|
||||
void osSetWindParam(string plugin, string param, LSL_Float value);
|
||||
LSL_Float osGetWindParam(string plugin, string param);
|
||||
|
||||
// Parcel commands
|
||||
void osParcelJoin(vector pos1, vector pos2);
|
||||
|
||||
Reference in New Issue
Block a user