OsWindActiveModelPluginName

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Add exemple)
m (Change See Also)
 
(One intermediate revision by one user not shown)
Line 18: Line 18:
 
     touch_start(integer number)
 
     touch_start(integer number)
 
     {
 
     {
         llSay(PUBLIC_CHANNEL, "The Wind Active Model Plugin Name is \"" + osWindActiveModelPluginName() + "\".");         
+
         llSay(PUBLIC_CHANNEL, "The wind active model plugin name is \"" + osWindActiveModelPluginName() + "\".");         
 
     }
 
     }
 
}
 
}
Line 25: Line 25:
 
|
 
|
 
}}
 
}}
'''See Also:'''
+
== See Also ==
 
* [[osGetWindParam]]
 
* [[osGetWindParam]]
 
* [[osSetWindParam]]
 
* [[osSetWindParam]]

Latest revision as of 20:10, 5 December 2020

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)
//
// osWindActiveModelPluginName Script Example
//
 
default
{
    state_entry()
    {
        llSay(PUBLIC_CHANNEL, "Touch to see osWindActiveModelPluginName usage.");
    }
 
    touch_start(integer number)
    {
        llSay(PUBLIC_CHANNEL, "The wind active model plugin name is \"" + osWindActiveModelPluginName() + "\".");         
    }
}


[edit] See Also

Personal tools
General
About This Wiki