Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/register/signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ For typed signals to be available, you need:
- This must be an inherent impl, the `I*` trait `impl` won't be enough.
- Leave the impl empty if necessary.
- A `Base<T>` field.
- The Latest version of the `godot` dependency.
- You may need to specify `godot = { branch = "master", git = "https://github.com/godot-rust/gdext" }` in your `Cargo.toml`.

Signals, typed or not, **cannot** be declared in secondary `impl` blocks (those annotated with `#[godot_api(secondary)]` attribute).
```
Expand Down
Loading