GDScript: Fix object iterator opcodes
This commit is contained in:
parent
11d3768132
commit
2778069025
3 changed files with 97 additions and 10 deletions
|
|
@ -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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue