diff options
| author | J08nY | 2016-06-05 14:20:52 +0200 |
|---|---|---|
| committer | J08nY | 2016-06-05 14:50:06 +0200 |
| commit | dcce477f5e2b6572e3b9579e288986c969f1a816 (patch) | |
| tree | f35313ae16b39fb1a5bc54597e01872f1440b8a2 /core/variant_call.cpp | |
| parent | 56348cbbfe82c2f5e2b95875e0687b664cc6e2d8 (diff) | |
| download | godot-dcce477f5e2b6572e3b9579e288986c969f1a816.tar.gz godot-dcce477f5e2b6572e3b9579e288986c969f1a816.tar.zst godot-dcce477f5e2b6572e3b9579e288986c969f1a816.zip | |
Diffstat (limited to 'core/variant_call.cpp')
| -rw-r--r-- | core/variant_call.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/variant_call.cpp b/core/variant_call.cpp index f5dcd7569..f9fc54641 100644 --- a/core/variant_call.cpp +++ b/core/variant_call.cpp @@ -445,6 +445,7 @@ static void _call_##m_type##_##m_method(Variant& r_ret,Variant& p_self,const Var VCALL_LOCALMEM1(Dictionary,erase); VCALL_LOCALMEM0R(Dictionary,hash); VCALL_LOCALMEM0R(Dictionary,keys); + VCALL_LOCALMEM0R(Dictionary,values); VCALL_LOCALMEM1R(Dictionary,parse_json); VCALL_LOCALMEM0R(Dictionary,to_json); @@ -1434,6 +1435,7 @@ _VariantCall::addfunc(Variant::m_vtype,Variant::m_ret,_SCS(#m_method),VCALL(m_cl ADDFUNC1(DICTIONARY,NIL,Dictionary,erase,NIL,"value",varray()); ADDFUNC0(DICTIONARY,INT,Dictionary,hash,varray()); ADDFUNC0(DICTIONARY,ARRAY,Dictionary,keys,varray()); + ADDFUNC0(DICTIONARY,ARRAY,Dictionary,values,varray()); ADDFUNC1(DICTIONARY,INT,Dictionary,parse_json,STRING,"json",varray()); ADDFUNC0(DICTIONARY,STRING,Dictionary,to_json,varray()); |
