MaxItems (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Camoy
maxitems
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
<onlyinclude>{{Property
|name = MaxItems
|property = [[Int]] ''maximum amount of debris items allowed''
|description = Sets the maximum of debris object that can exist. If the number is exceeded, the excess objects are removed.
|object = Debris
}}</onlyinclude>
 
{{clear floats}}


==Description==
Max Items is the maximum number of debris objects that are allowed in the level. If the number of items gets bigger than the max, items will be removed in order from oldest to newest until it's back under the maximum.
Max Items is the maximum number of debris objects that are allowed in the level. If the number of items gets bigger than the max, items will be removed in order from oldest to newest until it's back under the maximum.
{{Property|
name = MaxItems
|property = [[Number]] ''Maximum amount of debris items allowed''
|description = Sets the maximum of debris object that can exist. If the number is exceeded, the excess objects are removed.
|object = [[RBX.lua.Debris (Service)|Debris]]
|}}


[[Category:Properties]]
[[Category:Properties]]

Latest revision as of 20:22, 27 January 2011

MaxItems
Property Int maximum amount of debris items allowed
Description Sets the maximum of debris object that can exist. If the number is exceeded, the excess objects are removed.
Member of Debris


Description

Max Items is the maximum number of debris objects that are allowed in the level. If the number of items gets bigger than the max, items will be removed in order from oldest to newest until it's back under the maximum.