Skip to content

Conversation

@WolfGangS
Copy link
Contributor

Fixes issue where selene claims functions called with : are missing a variable, despite the : syntactic sugar meaninging it is being provided.

LLEvents:on("touch",function() end)

): SeleneArgDef[] {
const args: SeleneArgDef[] = [];
for (const param of func.parameters) {
const params = this.removeSelfFromParameters(func.parameters);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than creating a new array, I'd have checked the .name in the loop and just skipped it there.
Not a blocker

@Rider-Linden Rider-Linden merged commit 374f3c0 into secondlife:develop Nov 19, 2025
3 checks passed
@WolfGangS WolfGangS deleted the bugfix/selene-yaml-gen branch December 7, 2025 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants