Built-In Namespace Array
Method Attributes | Method Name and Description |
---|---|
remove(from, to)
Removes a number of objects from the array
|
|
removeObject(object)
Removes a specific object from the array
|
Method Detail
remove(from, to)
Removes a number of objects from the array
Defined in: Utils.js.
Defined in: Utils.js.
- Parameters:
- {Number} from
- The first object to remove
- {Number} to
- (Optional) The last object to remove
removeObject(object)
Removes a specific object from the array
Defined in: Utils.js.
Defined in: Utils.js.
- Parameters:
- object
- The object to remove