Skip to content

Different events with the same hook function name are not generated correctly #1

@PopSlime

Description

@PopSlime

Description

The code is not generated correctly if there are multiple events with the same hook function name.

To Reproduce

Consider two events RoleEvent.FollowerFinishedEvent and RoleEvent.FollowerHireEvent placed in the workspace.

Expected behavior

Code is generated correctly.

Actual behavior

The following code is generated, function name duplicating.

function role(event) {
}
function role(event) {
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions