OsSetPrimFloatOnWater

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some syntax modification (may be major or minor))
m (Added permissions and delay information)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=VeryLow
 
|threat_level=VeryLow
 +
|permissions=true
 +
|delay=0
 
|function_syntax=void osSetPrimFloatOnWater(integer float)
 
|function_syntax=void osSetPrimFloatOnWater(integer float)
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">

Revision as of 20:22, 25 October 2017

void osSetPrimFloatOnWater(integer float)
No descriptions provided
Threat Level VeryLow
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
//
//osSetPrimFloatOnWater() example, by Tom Earth.
//
default
{
    state_entry()
    {
        osSetPrimFloatOnWater(TRUE);
    }
}
Personal tools
General
About This Wiki