Difference between revisions of "User:Rasikko"

Jump to navigation Jump to search
26 bytes removed ,  10:14, 12 February 2018
m
no edit summary
imported>Rasikko
imported>Rasikko
m
Line 1: Line 1:
== Remove from Array ==
== 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>


== Reverse an Array ==
<source lang="papyrus">
<source lang="papyrus">
Form[] Function ReverseArray(Form[] array) Global
Form[] Function ReverseArray(Form[] array) Global
Anonymous user

Navigation menu