comboBox of class function

Issue #94 resolved
Johann Krauter created an issue

If the function of a class are defined in such a way:

def function(self, varA : int, varB : int)  int:
  sum = varA + varB
  return sum

Than the comboBox at the top of the script editor does not show this function:

When the return variable datatype is not given, the function is show in the comboBox:

Comments (3)

  1. Log in to comment