Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: Lane on December 31, 2014, 08:31:48 AM

Title: Bool Multi Condition
Post by: Lane on December 31, 2014, 08:31:48 AM
This is for comparing the values of multiple booleans to specific conditions. For instance cases where you would have to use many Bool Tests and states to see if a group of booleans are equal to T, F, F, F, T, T, F and where the Conditional Expression action might be too cumbersome to scale up to a larger number of conditions.

Debugging is intuitive and reports specific information on failures so it is easy to find problems related to the evaluation.

GitHub Link (https://github.com/jeanfabre/PlayMakerCustomActions_U3/blob/master/Assets/PlayMaker%20Custom%20Actions/Logic/BoolMultiCondition.cs)
Download the .cs file (http://hutonggames.com/playmakerforum/index.php?action=dlattach;topic=9117.0;attach=6129)
Title: Re: Bool Multi Condition
Post by: mdotstrange on December 31, 2014, 12:24:06 PM
This looks really helpful- thanks Lane!
Title: Re: Bool Multi Condition
Post by: wheretheidivides on December 31, 2014, 02:43:12 PM
Dang, that was fast coding.   Good job and will help people out.

Question:  When you post these here, do you also put them into the eco-system?
Title: Re: Bool Multi Condition
Post by: Lane on December 31, 2014, 03:46:30 PM
Yes, all of the new actions are also put on Ecosystem.
Title: Re: Bool Multi Condition
Post by: cmy on January 09, 2015, 10:39:14 PM
This is a great action, I was looking for something like this early last year.
Title: Re: Bool Multi Condition
Post by: jeanfabre on January 10, 2015, 01:25:47 AM
Yep,

 I actually looked for this action yesterday, nice, flexible and powerful...

I need to implement dates, versionning and author, cause I did not realized it was a new action!

 Bye,

 Jean