User:trinity Coulter/LlSetMoneyLimits
< User:Trinity Coulter
Jump to navigation
Jump to search
Revision as of 00:00, 26 September 2008 by Strife Onizuka (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
![]() |
LSL Feature Request |
The described function does not exist. This article is a feature request. |
Summary
Function: llSetMoneyLimits( list limits );REQUEST | Function ID |
0.2 | Forced Delay |
10.0 | Energy |
Sets the object or prim money transaction limitations according to limits.
• list | limits |
Template:LSL Constants/MoneyLimits
Caveats
Examples
<lsl> // To color all sides of a prim black, except side 3 white llSetMoneyLimits([STILL_WORKING_ON_IT, -1, STILL_WORKING_ON_IT, 0]); MONEY_LIMIT_GROUP_PERIOD MONEY_LIMIT_OWNER_PERIOD MONEY_LIMIT_CREDIT_OVERALL MONEY_LIMIT_DEBIT_OVERALL
// To render on side 3
// the picture with the UUID...
</lsl>
Notes
The old PRIM_TYPE interface (labeled PRIM_TYPE_LEGACY) while technical retired can still be used.
See Also
Functions
• | llGetPrimitiveParams | – | Get many primitive parameters | |
• | llSetLinkPrimitiveParams | – | Set parameters on other prims in linkset | |
• | llSetAlpha | – | Simpler way to set alpha (transparency) | |
• | llSetTexture | – | Simpler way to set texture | |
• | llSetColor | – | Simpler way to set color |