mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #1107 from skyace65/remove-obselete-functions
Remove old GDScript functions in Scripting Continued
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user