OsSetPrimFloatOnWater
From OpenSimulator
(Difference between revisions)
Line 17: | Line 17: | ||
} | } | ||
</source> | </source> | ||
− | |description= <b> This function does nothing | + | |description= <b> This function does nothing useful</b> |
| | | | ||
}} | }} |
Revision as of 00: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 |
Example(s) | |
// //osSetPrimFloatOnWater() example, by Tom Earth. // default { state_entry() { osSetPrimFloatOnWater(TRUE); } } |