Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Alatriste on March 10, 2017, 12:49:50 PM

Title: Find dependencies
Post by: Alatriste on March 10, 2017, 12:49:50 PM
I couldn't find anything related in the forum so here it goes:

Is there a way to find the dependencies of a FSM? If this feature doesn't exist, I'll put it in the whishlist. :)
Title: Re: Find dependencies
Post by: jeanfabre on April 10, 2017, 02:43:47 AM
Hi,

 it's something that we hope will become available in future PlayMaker versions.

 I worked on an xml based description of PlayMaker and indeed within this xml description, this information is available, but it's very early development and the interface is not convenient yet to extract this kind of data. basically everything is defined within xml and so using xpath you can query anything, it's very powerful indeed.


 Bye,

 Jean
Title: Re: Find dependencies
Post by: Alatriste on April 10, 2017, 03:38:22 AM
Great to know you are working to cover this in the future. Sometimes it's really difficult to track down some dependencies. :)