Browse Source

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

Remove old GDScript functions in Scripting Continued
Max Hilbrunner 7 years ago
parent
commit
aa85150646
1 changed files with 0 additions and 9 deletions
  1. 0 9
      getting_started/step_by_step/scripting_continued.rst

+ 0 - 9
getting_started/step_by_step/scripting_continued.rst

@@ -221,15 +221,6 @@ follows, can be applied to nodes:
         # This is called every physics frame.
         # This is called every physics frame.
         pass
         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
  .. code-tab:: csharp
  
  
     public override void _EnterTree()
     public override void _EnterTree()