toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.memory
/
getArrayInt32
get
Array
Int32
fun
Buffer
.
getArrayInt32
(
index
:
Int
,
out
:
IntArray
,
offset
:
Int
=
0
,
size
:
Int
=
out.size - offset
)
:
IntArray
Deprecated
Replace with
getS32Array(index * Int.SIZE_BYTES, out, offset, size)
Content copied to clipboard