Skip to content

Custom signals as C# events (Godot not generating events from the Event Handlers)  #8263

Open
@DaniArkadia

Description

@DaniArkadia

Godot Engine v4.1.1 / using VSCode

C# events apparently not generated when writing signals in C# as defined by the documentation. Maybe they are behind the scenes somewhere, as the if I try to make my own events with the name, Godot will complain, however I can't seen to access the events through the API. The documentation implies that after settings up the delegates and building in the editor the events should just appear in the API, but they do not. The signals I made appear find in the editor.

https://docs.godotengine.org/en/stable/tutorials/scripting/c_sharp/c_sharp_signals.html (see: Custom signals as C# events)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:manualIssues and PRs related to the Manual/Tutorials section of the documentationbugtopic:dotnet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions