osSetWindParam
OSSLvoid osSetWindParam(string plugin, string param, float value)
Sets value of param property for plugin module.; SimpleRandomWind plugin param is: strength.; ConfigurableWind plugin params are: avgStrength, avgDirection, varStrength, varDirection, rateChange
Parameters
| Type | Name |
|---|---|
| string | plugin |
| string | param |
| float | value |
Energy
10
OpenSimulator extensions. Some are gated by threat level and a region may refuse them.
More in OSSL
string osSHA256(string input)
vector osNpcGetPos(key npc)
void osNpcShout(key npc, integer channel, string message)
integer osTeleportObject(key objectUUID, vector targetPos, rotation targetrotation, integer flags)
void osNpcMoveTo(key npc, vector position)
void osResetAllScripts(integer AllLinkset)
integer osStringLastIndexOf(string src, string value, integer start, integer count, integer ignorecase)
void osSetInertia(float mass, vector centerOfMass, vector principalInertiaScaled, rotation rot)