Difference between revisions of "Category:LSL Temporary"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
'''Temporary''' is an object property, when enabled the simulator will delete the object during it's next garbage collection cycle. This typically happens once a minute but can also be triggered if the parcel is full and an object is requested to be rezzed.
'''Temporary''' is an object property, when enabled the simulator will delete the object during it's next garbage collection cycle. This typically happens once a minute but can also be triggered if the parcel is full and an object is requested to be rezzed.


'''Similar features:'''
*Set: <code>[[llSetLinkPrimitiveParamsFast]]( [[LINK_THIS]], [ [[PRIM_TEMP_ON_REZ]], [[integer]] boolean ]);</code>
*Get: <code>[[integer]] boolean = [[llList2Integer]]([[llGetObjectDetails]]( [[key]] id, [ [[OBJECT_TEMP_ON_REZ]] ]), 0);</code>
====Similar features:====
* {{LSLGC|Sandbox|Sandbox Regions}}
* {{LSLGC|Sandbox|Sandbox Regions}}
* [[Auto Return]]
* [[Auto Return]]
* [[llDie]]
* [[llDie]]
* Falling off a {{LSLGC|World Edge}}
* Falling off a {{LSLGC|World Edge}}
====History====
Formally this feature could only be activated by rerezzing the object after setting the attribute, hence the name of the constants *_TEMP_ON_REZ. This however was changed with the release of SL 1.9 in 2006. The attribute is now interpreted to mean that the object should be deleted during the next garbage collection cycle.

Revision as of 16:09, 12 November 2013

Temporary is an object property, when enabled the simulator will delete the object during it's next garbage collection cycle. This typically happens once a minute but can also be triggered if the parcel is full and an object is requested to be rezzed.

Similar features:

History

Formally this feature could only be activated by rerezzing the object after setting the attribute, hence the name of the constants *_TEMP_ON_REZ. This however was changed with the release of SL 1.9 in 2006. The attribute is now interpreted to mean that the object should be deleted during the next garbage collection cycle.

Pages in category "LSL Temporary"

The following 4 pages are in this category, out of 4 total.