sorry,if that sounds like a stupid question but I could not find any clue on the net or doc.
I want to control force with parameters that will change quite oftenly; but they may not need to change as frequently as func _integrate_forces(state)
and I could save some CPU by making calcul on a different call like func _physics_process(delta):
depending on delta indeed.
thanks for your help