Difference between revisions of "User:Rasikko"
m
no edit summary
imported>Rasikko |
imported>Rasikko m |
||
Line 1: | Line 1: | ||
== | == Array Funtions == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Int[] Function RemoveFromArray(Int[] array, int startIndex, int numOfElementsToRemove = 1) Global | Int[] Function RemoveFromArray(Int[] array, int startIndex, int numOfElementsToRemove = 1) Global | ||
Line 24: | Line 24: | ||
</source> | </source> | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Form[] Function ReverseArray(Form[] array) Global | Form[] Function ReverseArray(Form[] array) Global |