Changing parameters on reflect function results in 'No Method Selected'

Forums 💬 NodeCanvas ⚙️ Support Changing parameters on reflect function results in 'No Method Selected'

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18693
    async0x42
    Participant

      Ex:

      Change AddImage(GameObject parent) -> AddImage(GameObjet parent, Image.Type imageType), in Script Control, Execute Static Function, the task gets erased from the Action List. It should show the previous method in red/warning that it no longer exists, rather than erasing it completely

      #18694
      Gavalakis
      Keymaster

        I fixed ExecuteStaticFunction now and it will even re-find the method when the parameters or return type change, same as it is currently done for the non static Execute function task.

        Thanks.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.