OsSetWindParam
From OpenSimulator
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | + | {{osslfunc| | |
− | + | threat_level = VeryLow | |
− | + | | | |
− | + | function_syntax = <source lang="lsl"> | |
− | + | ||
− | {| | + | |
− | + | ||
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
osSetWindParam(string plugin, string param, float value); | osSetWindParam(string plugin, string param, float value); | ||
</source> | </source> | ||
− | | | + | | |
− | |''' | + | ossl_example = |
− | + | | | |
− | + | additional_info = *'''NOTE :''' This function replaces the deprecated [[osWindParamSet]] function. | |
− | + | ||
*'''NOTE :''' as of July.29.2010 This Function is incomplete and non-functional. | *'''NOTE :''' as of July.29.2010 This Function is incomplete and non-functional. | ||
− | + | | | |
− | + | }} | |
− | + |
Revision as of 16:48, 12 June 2011
osSetWindParam(string plugin, string param, float value); | |
No descriptions provided | |
Threat Level | VeryLow |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Notes | |
*NOTE : This function replaces the deprecated osWindParamSet function.
|