Home
last modified time | relevance | path

Searched refs:p_arg_count (Results 1 – 18 of 18) sorted by relevance

/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dmethod_bind.h87 …(VariantCaster<P##m_idx>::cast((m_idx - 1) >= p_arg_count ? get_default_argument(m_idx - 1) : *p_a…
127 if ((m_arg - 1) < p_arg_count) { \
226 …_FORCE_INLINE_ Variant call_safe(const Variant** p_args,int p_arg_count, Variant::CallError& r_err…
247 …virtual Variant call(Object *p_object, const Variant **p_args, int p_arg_count, Variant::CallError…
278 …virtual Variant call(Object *p_object, const Variant **p_args, int p_arg_count, Variant::CallError…
281 return (instance->*call_method)(p_args, p_arg_count, r_error);
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dmethod_bind.h87 …(VariantCaster<P##m_idx>::cast((m_idx - 1) >= p_arg_count ? get_default_argument(m_idx - 1) : *p_a…
127 if ((m_arg - 1) < p_arg_count) { \
226 …_FORCE_INLINE_ Variant call_safe(const Variant** p_args,int p_arg_count, Variant::CallError& r_err…
247 …virtual Variant call(Object *p_object, const Variant **p_args, int p_arg_count, Variant::CallError…
278 …virtual Variant call(Object *p_object, const Variant **p_args, int p_arg_count, Variant::CallError…
281 return (instance->*call_method)(p_args, p_arg_count, r_error);
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_functions.cpp692 if (p_arg_count < 1) { in call()
846 if (p_arg_count < 1) { in call()
851 } else if (p_arg_count > 2) { in call()
886 if (p_arg_count < 1) { in call()
933 switch (p_arg_count) { in call()
1285 if (p_arg_count < 3) { in call()
1292 if (p_arg_count > 4) { in call()
1306 if (p_arg_count == 4) { in call()
1316 if (p_arg_count < 1) { in call()
1323 if (p_arg_count > 2) { in call()
[all …]
H A Dgdscript_functions.h133 …static void call(Function p_func, const Variant **p_args, int p_arg_count, Variant &r_ret, Variant…
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_functions.cpp692 if (p_arg_count < 1) { in call()
846 if (p_arg_count < 1) { in call()
851 } else if (p_arg_count > 2) { in call()
886 if (p_arg_count < 1) { in call()
933 switch (p_arg_count) { in call()
1285 if (p_arg_count < 3) { in call()
1292 if (p_arg_count > 4) { in call()
1306 if (p_arg_count == 4) { in call()
1316 if (p_arg_count < 1) { in call()
1323 if (p_arg_count > 2) { in call()
[all …]
H A Dgdscript_functions.h133 …static void call(Function p_func, const Variant **p_args, int p_arg_count, Variant &r_ret, Variant…
/dports/devel/godot2/godot-2.1.6-stable/modules/gdscript/
H A Dgd_functions.cpp538 for (int i = 0; i < p_arg_count; i++) { in call()
554 for (int i = 0; i < p_arg_count; i++) { in call()
567 for (int i = 0; i < p_arg_count; i++) { in call()
582 for (int i = 0; i < p_arg_count; i++) { in call()
702 switch (p_arg_count) { in call()
1010 if (p_arg_count < 3) { in call()
1017 if (p_arg_count > 4) { in call()
1031 if (p_arg_count == 4) { in call()
1041 if (p_arg_count < 1) { in call()
1048 if (p_arg_count > 2) { in call()
[all …]
H A Dgd_functions.h109 …static void call(Function p_func, const Variant **p_args, int p_arg_count, Variant &r_ret, Variant…
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gdscript/
H A Dgd_functions.cpp538 for (int i = 0; i < p_arg_count; i++) { in call()
554 for (int i = 0; i < p_arg_count; i++) { in call()
567 for (int i = 0; i < p_arg_count; i++) { in call()
582 for (int i = 0; i < p_arg_count; i++) { in call()
702 switch (p_arg_count) { in call()
1010 if (p_arg_count < 3) { in call()
1017 if (p_arg_count > 4) { in call()
1031 if (p_arg_count == 4) { in call()
1041 if (p_arg_count < 1) { in call()
1048 if (p_arg_count > 2) { in call()
[all …]
H A Dgd_functions.h109 …static void call(Function p_func, const Variant **p_args, int p_arg_count, Variant &r_ret, Variant…
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dmethod_bind.h88 …(VariantCaster<P##m_idx>::cast((m_idx - 1) >= p_arg_count ? get_default_argument(m_idx - 1) : *p_a…
154 if ((m_arg - 1) < p_arg_count) { \
281 …virtual Variant call(Object *p_object, const Variant **p_args, int p_arg_count, Variant::CallError…
341 …virtual Variant call(Object *p_object, const Variant **p_args, int p_arg_count, Variant::CallError…
344 return (instance->*call_method)(p_args, p_arg_count, r_error);
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dmethod_bind.h88 …(VariantCaster<P##m_idx>::cast((m_idx - 1) >= p_arg_count ? get_default_argument(m_idx - 1) : *p_a…
154 if ((m_arg - 1) < p_arg_count) { \
281 …virtual Variant call(Object *p_object, const Variant **p_args, int p_arg_count, Variant::CallError…
341 …virtual Variant call(Object *p_object, const Variant **p_args, int p_arg_count, Variant::CallError…
344 return (instance->*call_method)(p_args, p_arg_count, r_error);
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dgdnative.cpp72 …ind, godot_object *p_instance, const godot_variant **p_args, const int p_arg_count, godot_variant_… in godot_method_bind_call() argument
83 *ret_val = mb->call(o, args, p_arg_count, r_error); in godot_method_bind_call()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dgdnative.cpp72 …ind, godot_object *p_instance, const godot_variant **p_args, const int p_arg_count, godot_variant_… in godot_method_bind_call() argument
83 *ret_val = mb->call(o, args, p_arg_count, r_error); in godot_method_bind_call()
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/include/gdnative/
H A Dgdnative.h224 …ind, godot_object *p_instance, const godot_variant **p_args, const int p_arg_count, godot_variant_…
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/include/gdnative/
H A Dgdnative.h224 …ind, godot_object *p_instance, const godot_variant **p_args, const int p_arg_count, godot_variant_…
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/cscript/
H A Dgodot_c.h520 …char *p_function_name, godot_script_func p_func, int *p_arg_types, int p_arg_count, godot_variant …
/dports/devel/godot2/godot-2.1.6-stable/modules/cscript/
H A Dgodot_c.h520 …char *p_function_name, godot_script_func p_func, int *p_arg_types, int p_arg_count, godot_variant …