Spaces in functions?

Hey, so I’ve seen some extensions have spaces in the function names. How do you guys do this? In the source, it doesn’t. Yusuf example:

image

That comes from Kodular’s Translation strings.

It happens when you name your function to something that is already used in Kodular’s default blocks. So when you switch the languages, you will see some extension blocks will be translated too.

4 Likes

So you can’t put spaces in Extensions, right?

You can’t put spaces between method names. That is a Java syntax rule.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.