diff options
| author | Rémi Verschelde | 2017-10-21 12:02:08 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-10-21 12:04:36 +0200 |
| commit | 8652c1d5b129faa76210dfa757b3e91e48e5428d (patch) | |
| tree | b47fc30fe974b30c22fa6734e5a93cdfadbcaaed /modules/gdnative/doc_classes/GDNative.xml | |
| parent | 722a2bb9db00ee6bc580c5ed5ad62b19c0f546f8 (diff) | |
| download | godot-8652c1d5b129faa76210dfa757b3e91e48e5428d.tar.gz godot-8652c1d5b129faa76210dfa757b3e91e48e5428d.tar.zst godot-8652c1d5b129faa76210dfa757b3e91e48e5428d.zip | |
classref: Sync with current source
Diffstat (limited to 'modules/gdnative/doc_classes/GDNative.xml')
| -rw-r--r-- | modules/gdnative/doc_classes/GDNative.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gdnative/doc_classes/GDNative.xml b/modules/gdnative/doc_classes/GDNative.xml index ba813c456..83a1cf06f 100644 --- a/modules/gdnative/doc_classes/GDNative.xml +++ b/modules/gdnative/doc_classes/GDNative.xml @@ -12,11 +12,11 @@ <method name="call_native"> <return type="Variant"> </return> - <argument index="0" name="procedure_name" type="String"> + <argument index="0" name="calling_type" type="String"> </argument> - <argument index="1" name="arguments" type="String"> + <argument index="1" name="procedure_name" type="String"> </argument> - <argument index="2" name="arg2" type="Array"> + <argument index="2" name="arguments" type="Array"> </argument> <description> </description> |
