OsWindActiveModelPluginName
From OpenSimulator
(Difference between revisions)
m (some syntax modification (may be major or minor)) |
m (Added permissions and delay information) |
||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=None | |threat_level=None | ||
| + | |permissions=true | ||
| + | |delay=0 | ||
|function_syntax=string osWindActiveModelPluginName() | |function_syntax=string osWindActiveModelPluginName() | ||
|ossl_example=See [[osGetWindParam]] or [[osSetWindParam]] example | |ossl_example=See [[osGetWindParam]] or [[osSetWindParam]] example | ||
Revision as of 18:49, 25 October 2017
string osWindActiveModelPluginName()
| |
| Gets active wind plugin name, specified by "wind_plugin" in OpenSim.ini ("SimpleRandomWind" or "ConfigurableWind"). | |
| Threat Level | None |
| Permissions | Use of this function is always allowed by default |
| Extra Delay | 0 seconds |
| Example(s) | |
| See osGetWindParam or osSetWindParam example | |