mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Manual backport of some fixes
This commit is contained in:
@@ -192,7 +192,8 @@ in case you want to take a look under the hood.
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| setget | Defines setter and getter functions for a variable. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| breakpoint | Editor helper for debugger breakpoints. |
|
||||
| breakpoint | Editor helper for debugger breakpoints. Unlike breakpoints created by clicking in the gutter, ``breakpoint`` |
|
||||
| | is stored in the script itself. This makes it persistent across different machines when using version control.|
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| preload | Preloads a class or variable. See `Classes as resources`_. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user