ArrayParser.removePosition() - Mtax-Development/GML-OOP GitHub Wiki

Arguments

Name
Type
Optional
position?
{int}
Yes
count?
{int}
Yes

Returns

{any|any[]|undefined}

Description

Remove any number of values from the arraystarting from the specified position and return them. If multiple values were successfully removed, they will be returned in an array. If no values were removed, {undefined} will be returned.

⚠️ **GitHub.com Fallback** ⚠️