OsSetPrimFloatOnWater

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
 
|delay=0
 
|delay=0
 
|function_syntax= osSetPrimFloatOnWater(integer float)
 
|function_syntax= osSetPrimFloatOnWater(integer float)
 +
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">
 
//
 
//
Line 16: Line 17:
 
}
 
}
 
</source>
 
</source>
|description=
+
|description= <b> This function does nothing usefull</b>
 
|
 
|
 
}}
 
}}

Revision as of 01:59, 2 December 2020

osSetPrimFloatOnWater(integer float)
This function does nothing usefull
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