Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: drentek on August 15, 2012, 07:48:48 PM

Title: Can we view the playmaker scripts
Post by: drentek on August 15, 2012, 07:48:48 PM
Hi all,

I just wanted to check if it was possible to view the FSM scripts when we have made them.  Basically bought as a tool to help with learning C# as well as bang out app faster.  Surely you can I'm just being a noob and not doing something properly. 

:)
Title: Re: Can we view the playmaker scripts
Post by: David on August 16, 2012, 08:28:31 AM
Not I am aware of. You can view the code of each action by right clicking on it on the action chooser view, but not the full resulting FSM script.
Title: Re: Can we view the playmaker scripts
Post by: jeanfabre on August 17, 2012, 03:00:44 AM
hi,

 unfortunatly, Fsm description is hidden. I mentionned a while ago that being able to import export fsm in xml format for example would be really good ( for online documentation with interactive fsm view). as for being able to export a fsm into a script, I don't think it would be as useful. What would be your scenario and use case? If you want to hook to events triggering and state transition, this is also something missing in the api that I hope we will get soon :)

bye,

 JEan