OsWindActiveModelPluginName
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
m (some syntax modification (may be major or minor)) |
||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=None | |threat_level=None | ||
| − | |function_syntax=osWindActiveModelPluginName() | + | |function_syntax=string osWindActiveModelPluginName() |
|ossl_example=See [[osGetWindParam]] or [[osSetWindParam]] example | |ossl_example=See [[osGetWindParam]] or [[osSetWindParam]] example | ||
|description=Gets active wind plugin name, specified by "wind_plugin" in OpenSim.ini ("SimpleRandomWind" or "ConfigurableWind"). | |description=Gets active wind plugin name, specified by "wind_plugin" in OpenSim.ini ("SimpleRandomWind" or "ConfigurableWind"). | ||
| | | | ||
}} | }} | ||
Revision as of 02:37, 2 July 2011
string osWindActiveModelPluginName()
| |
| Gets active wind plugin name, specified by "wind_plugin" in OpenSim.ini ("SimpleRandomWind" or "ConfigurableWind"). | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
| See osGetWindParam or osSetWindParam example | |