override_function_static.cfg 384 B

1234567891011121314
  1. scene="res://completion/get_node/get_node.tscn"
  2. [output]
  3. include=[
  4. ; GDScript: class_a.notest.gd
  5. {"display": "_static_init() -> void:"},
  6. {"display": "func_of_a_static():"},
  7. ]
  8. exclude=[
  9. ; GDScript: class_a.notest.gd
  10. {"display": "func_of_a():"},
  11. {"display": "func_of_a_args(a: int):"},
  12. {"display": "func_of_a_callable(call := func():
  13. var x_of_a = 10):"},
  14. ]