MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_vararg

Method is_vararg

modules/gdscript/gdscript_function.h:605–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 _FORCE_INLINE_ GDScript *get_script() const { return _script; }
604 _FORCE_INLINE_ bool is_static() const { return _static; }
605 _FORCE_INLINE_ bool is_vararg() const { return _vararg_index >= 0; }
606 _FORCE_INLINE_ MethodInfo get_method_info() const { return method_info; }
607 _FORCE_INLINE_ int get_argument_count() const { return _argument_count; }
608 _FORCE_INLINE_ Variant get_rpc_config() const { return rpc_config; }

Callers 10

_can_use_validate_callFunction · 0.45
_parse_functionMethod · 0.45
_make_arguments_hintFunction · 0.45
_generate_docsMethod · 0.45
parse_function_symbolMethod · 0.45
disassemble_functionFunction · 0.45

Calls

no outgoing calls

Tested by 1

disassemble_functionFunction · 0.36