playMaker

Author Topic: Float Divide [SOLVED]  (Read 2612 times)

VicToMeyeZR

  • Playmaker Newbie
  • *
  • Posts: 5
Float Divide [SOLVED]
« on: April 05, 2013, 12:47:14 PM »
I am curious about this math action.

Where is the math problem stored?  Wouldn't you want the solution to be stored in a new variable?  Is there an action to do this?

Seems the math action menu is severely limiting in the realm of games?  Maybe its just me....
« Last Edit: April 05, 2013, 05:44:13 PM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Float Divide*
« Reply #1 on: April 05, 2013, 02:09:19 PM »
Take a look at the Float Operator action.

Float Divide stores the result in the original float variable. This is a fairly common operation so it was pulled out from Float Operator for convenience.

Also a lot of hardcore 3d math stuff happens in the Transform actions...

VicToMeyeZR

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Float Divide*
« Reply #2 on: April 05, 2013, 02:31:19 PM »
Oo, the float operator.  that's perfect.

Thanks