Add ArrayStack.Clear native (#1676)

This commit is contained in:
Corey D
2023-08-30 22:08:45 +02:00
committed by Your Name
parent 542b7673d6
commit fb0144900f
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -54,6 +54,9 @@ methodmap ArrayStack < Handle
// new Array[X][32]
public native ArrayStack(int blocksize=1);
// Clears a stack of all entries.
public native void Clear();
// Clones an stack, returning a new handle with the same size and data.
// This should NOT be confused with CloneHandle. This is a completely new
// handle with the same data but no relation to the original. It should