ArrayParser.removePosition() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
position? |
{int} |
Yes |
count? |
{int} |
Yes |
{any|any[]|undefined}
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.