MaxItems (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer No edit summary |
>Camoy maxitems |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Property| | <onlyinclude>{{Property | ||
name = MaxItems | |name = MaxItems | ||
|property = [[ | |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. | |description = Sets the maximum of debris object that can exist. If the number is exceeded, the excess objects are removed. | ||
|object = [[ | |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. | |||
[[Category:Properties]] |
Latest revision as of 20:22, 27 January 2011
![]() | |
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.