OsWindActiveModelPluginName
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
|||
| Line 1: | Line 1: | ||
| − | {{osslfunc | + | {{osslfunc |
| − | threat_level = None | + | |threat_level=None |
| − | | | + | |function_syntax=osWindActiveModelPluginName(); |
| − | function_syntax = | + | |ossl_example=See [[osGetWindParam]] or [[osSetWindParam]] example |
| − | osWindActiveModelPluginName(); | + | |description=Gets active wind plugin name, specified by "wind_plugin" in OpenSim.ini ("SimpleRandomWind" or "ConfigurableWind"). |
| − | + | ||
| − | | | + | |
| − | ossl_example = See [[osGetWindParam]] or [[osSetWindParam]] example | + | |
| − | | | + | |
| − | + | ||
| | | | ||
}} | }} | ||
Revision as of 20:42, 1 July 2011
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 | |