Difference between revisions of "User:Trinity Coulter/LlSetMoneyLimits"

From Second Life Wiki
Jump to navigation Jump to search
m (just setting up a template to work out this idea)
 
m
Line 1: Line 1:
{{LSL Function
{{LSL Function
|func_id=259|func_sleep=0.2|func_energy=10.0|func=llSetMoneyLimits|sort=SetMoneyLimits
|func_id=259|func_sleep=0.2|func_energy=10.0|func=llSetMoneyLimits|sort=SetMoneyLimits
|p1_type=list|p1_name=rules
|p1_type=list|p1_name=limits
|func_desc=Sets the object or prim money transaction limitations according to '''limits'''.
|func_desc=Sets the object or prim money transaction limitations according to '''limits'''.
|spec
|spec

Revision as of 12:23, 13 September 2008

Summary

Function: llSetMoneyLimits( list limits );

Sets the object or prim money transaction limitations according to limits.

• list limits

Template:LSL Constants/MoneyLimits

Caveats

  • This function causes the script to sleep for 0.2 seconds.
All Issues ~ Search JIRA for related Bugs

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>

Trinity Coulter 12:22, 13 September 2008 (PDT)

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

Deep Notes

Search JIRA for related Issues

Signature

function void llSetMoneyLimits( list limits );