@@ -184,17 +184,17 @@ in case you want to take a look under the hood.
184
184
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
185
185
| super | Resolves the scope of the parent method. See `Inheritance `_. |
186
186
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
187
- | signal | Defines a signal. |
187
+ | signal | Defines a signal. See ` Signals `_. |
188
188
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
189
- | func | Defines a function. |
189
+ | func | Defines a function. See ` Functions `_. |
190
190
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
191
191
| static | Defines a static function or a static member variable. |
192
192
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
193
- | const | Defines a constant. |
193
+ | const | Defines a constant. See ` Constants `_. |
194
194
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
195
- | enum | Defines an enum. |
195
+ | enum | Defines an enum. See ` Enums `_. |
196
196
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
197
- | var | Defines a variable. |
197
+ | var | Defines a variable. See ` Variables `_. |
198
198
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
199
199
| breakpoint | Editor helper for debugger breakpoints. Unlike breakpoints created by clicking in the gutter, ``breakpoint `` is stored in the script itself. |
200
200
| | This makes it persistent across different machines when using version control. |
0 commit comments