OsSetPrimFloatOnWater

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
−
{{osslfunc|
+
{{osslfunc
−
threat_level = VeryLow
+
|threat_level=VeryLow
−
|
+
|permissions=true
−
function_syntax = <source lang="lsl">
+
|delay=0
−
osSetPrimFloatOnWater(integer float)
+
|function_syntax= osSetPrimFloatOnWater(integer float)
−
</source>
+
 
−
|
+
 
−
ossl_example = <source lang="lsl">
+
|description= <b> This function does nothing useful</b>
−
//
+
−
//osSetPrimFloatOnWater() example, by Tom Earth.
+
−
//
+
−
default
+
−
{
+
−
    state_entry()
+
−
    {
+
−
        osSetPrimFloatOnWater(TRUE);
+
−
    }
+
−
}
+
−
</source>
+
−
|
+
−
additional_info =
+
 
|
 
|
 
}}
 
}}

Latest revision as of 01:59, 2 December 2020

osSetPrimFloatOnWater(integer float)
This function does nothing useful
Threat Level VeryLow
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Personal tools
General
About This Wiki