playMaker

Author Topic: ability to interact with methods from a .net dll  (Read 3781 times)

cel

  • Full Member
  • ***
  • Posts: 132
ability to interact with methods from a .net dll
« on: April 24, 2012, 11:20:48 AM »
it would be cool, if techniclay possible, to have a way of retrieving all the methods from a .net dll from playmaker and iteract with those methods... for example we could drag the dll into a action, this action woudl retrieve all the methods in that dll and put them in a drop down list, we could then chose the method and then the action would ask for the arguments... can this be done at all?

There is this software, limnor (limnor.com) that is a c# visual programming tool and is able to do that...

regards,

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ability to interact with methods from a .net dll
« Reply #1 on: April 24, 2012, 12:26:11 PM »
Hi,

 Unfortunatly, you'll need to create custom actions manually for the methods you want to control, this is true not just for accessing dlls, but for any of the available api, it's not difficult tho, There are a lot of examples around ( simply open the actions folder, or look at the custom actions on this forum.

 Bye,

 Jean