Functions and no Methods

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Nick888

With F4 button we can search about the Properties and the Methods that we can apply on an object.
But in Search i can’t see a list with the functions(func _physics_process(_delta),func _ready(),func _process() etc).
Is there a list of them?

Thank you.

:bust_in_silhouette: Reply From: kidscancode

The ones you listed are all methods of Node. They are available on any node, since they all inherit from Node.

Also, in general “function” and “method” are used interchangeably.

Oh i see! Thank you very much!

Nick888 | 2019-05-08 16:38