| 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; } |
no outgoing calls