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

Method is_static

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

Source from the content-addressed store, hash-verified

602 _FORCE_INLINE_ StringName get_source() const { return source; }
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; }

Callers 3

_getMethod · 0.45
callpMethod · 0.45
has_static_methodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected