Playmaker Forum

PlayMaker Feedback => Feature Requests => Topic started by: cel on April 24, 2012, 11:20:48 AM

Title: ability to interact with methods from a .net dll
Post by: cel 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,
Title: Re: ability to interact with methods from a .net dll
Post by: jeanfabre 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