Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function name not updating #4

Open
krishnaraovs opened this issue May 9, 2017 · 1 comment
Open

Function name not updating #4

krishnaraovs opened this issue May 9, 2017 · 1 comment

Comments

@krishnaraovs
Copy link

Whenever we are creating new functions the name of the function is showing the default text "newFunctiongame" instead of our choosen name.

Eg: if we created a function test then it should appear as
function test()
end

but instead of that its appearing as

function newFunctiongame()
end

@movAX13h
Copy link
Owner

movAX13h commented May 9, 2017

Yes, thank you, I know. It's because the entry (and its code) is created right in the moment when you click the button and before you can enter a name. I will rework this when I got some time for it.

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

No branches or pull requests

2 participants