GDScript: Fix object iterator opcodes
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
GDTEST_OK
|
||||
id
|
||||
node_path
|
||||
data
|
||||
===
|
||||
id
|
||||
node_path
|
||||
data
|
||||
===
|
||||
_iter_init [<null>]
|
||||
_iter_get 0
|
||||
0
|
||||
_iter_next [0]
|
||||
_iter_get 1
|
||||
1
|
||||
_iter_next [1]
|
||||
_iter_get 2
|
||||
2
|
||||
_iter_next [2]
|
||||
===
|
||||
_iter_init [<null>]
|
||||
_iter_get 0
|
||||
0
|
||||
_iter_next [0]
|
||||
_iter_get 1
|
||||
1
|
||||
_iter_next [1]
|
||||
_iter_get 2
|
||||
2
|
||||
_iter_next [2]
|
||||
Reference in New Issue
Block a user