PlayMaker Feedback > Feature Requests

Math Expression

(1/1)

mefihl:
Hi,
It would be great if a "Math Expression" was created, such as a Conditional Expression, with the difference that action would only return the result assigned to the variable

Thx

blackant:
+1

i'm working on something based on a code wich uses this:


--- Code: ---m_Rigidbody.drag = (AirBrakes ? (m_OriginalDrag + extraDrag)*m_AirBrakesEffect : m_OriginalDrag + extraDrag);
--- End code ---

and it's extremmelly confusing to convert it to playmaker actions without a simple Expression function.

Alex Chouls:
There's a beta Math Expression action in this thread:
http://hutonggames.com/playmakerforum/index.php?topic=18385

It needs a little optimization, but worth playing with I think...

Navigation

[0] Message Index

Go to full version