Builtin getter of dynamic value

Started by cdc1234 on

Topic category: Feature requests and ideas for MCreator

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Builtin getter of dynamic value

Hi, in this theme, we hope to find a method to reduce the number of procedure classes.

 

If procedure selector need a return value, the procedure selector can select the global variable or other builtIn getters to reduce the number of procedure class.

 

Using built-in getters can not only reduce the number of procedures but also make development easier.

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
After conducting research in…
Mon, 12/22/2025 - 04:08

After conducting research in our CN community, I found that MCreator users do not like to use processes with return values, so I am considering a solution to reduce the number of return value procedure. Because all of us know that not all users are developers, the return value is indeed in line with the developers' first reaction.