Describe the bug
While working through numerus extension exports in Gdevelop: I have noticed that there are Object Operations export naming conventions in the Json files.
-
I have noticed inconsistency in ModVar. ModVarObjet should be “ModVarObject”. as Objet is the french translation.
-
When using custom extension behaviors, you have to add a blank string line when entering the parameters array index. If not, the editor the param variables will not go into the event sentence properly.
Below is are images it working.

Below is are images it NOT working.

I am unable to share the project or json extension in full, as its closed source.
I write my extensions via the editor and review them in Json, as its easier for me to navigate programmatically, The visual editor is too confusing for me to use.