diff options
| author | Paulb23 | 2016-07-15 15:05:57 +0100 |
|---|---|---|
| committer | Paulb23 | 2016-07-15 15:05:57 +0100 |
| commit | 2c9468a46ac7be81085baec4778fcbf3075b2c70 (patch) | |
| tree | 426c238749871ea6238cf44d5a84aee356bff36b /doc | |
| parent | b550471a148d232f50d0d1f03256fc9ef82a52f3 (diff) | |
| download | godot-2c9468a46ac7be81085baec4778fcbf3075b2c70.tar.gz godot-2c9468a46ac7be81085baec4778fcbf3075b2c70.tar.zst godot-2c9468a46ac7be81085baec4778fcbf3075b2c70.zip | |
Update docs with breakpoint_toggled signal
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/base/classes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ac164dddc..739dd937e 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -39459,6 +39459,11 @@ </method> </methods> <signals> + <signal name="breakpoint_toggled"> + <description> + Emitted when a breakpoint is placed via the breakpoint gutter. + </description> + </signal> <signal name="cursor_changed"> <description> Emitted when the cursor changes. |
