Merge pull request #1107 from skyace65/remove-obselete-functions

Remove old GDScript functions in Scripting Continued
This commit is contained in:
Max Hilbrunner
2018-02-06 10:02:35 +01:00
committed by GitHub

View File

@@ -221,15 +221,6 @@ follows, can be applied to nodes:
# This is called every physics frame.
pass
func _paused():
# Called when game is paused. After this call, the node will not receive
# any more process callbacks.
pass
func _unpaused():
# Called when game is unpaused.
pass
.. code-tab:: csharp
public override void _EnterTree()