playMaker

Author Topic: int math actions?[SOLVED]  (Read 4239 times)

invayne

  • Full Member
  • ***
  • Posts: 105
int math actions?[SOLVED]
« on: March 29, 2015, 04:56:21 PM »
just wondering if int math actions will ever be added to the system .

« Last Edit: April 02, 2015, 10:13:30 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15502
  • Official Playmaker Support
Re: int math actions?
« Reply #1 on: March 30, 2015, 02:33:10 AM »
Hi,

 Do you mean the a port of the Float operator action to ints?

Bye,

 Jean

invayne

  • Full Member
  • ***
  • Posts: 105
Re: int math actions?
« Reply #2 on: March 31, 2015, 10:14:08 AM »
yeah just found it weird that playmaker only has float math actions and no int ones. are we going to see any int math actions any time soon? would make life easier so i dotn have to convert a int to a float just to do a simple subtract.

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: int math actions?
« Reply #3 on: March 31, 2015, 10:36:58 AM »
Some of the Integer actions include..

Int Changed
Int Compare
Int Switch
Debug Int
Set Int Value
Set Int From Float
Int Add
Int Clamp
Int Operator
Random Int

There are probably a lot more on Ecosystem.


What are your specific needs that these actions don't cover?
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

invayne

  • Full Member
  • ***
  • Posts: 105
Re: int math actions?
« Reply #4 on: March 31, 2015, 10:40:07 AM »
how about subtract add multiply math actions theres float ones but no int ones

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: int math actions?
« Reply #5 on: March 31, 2015, 10:43:33 AM »
Use Int Operator.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

invayne

  • Full Member
  • ***
  • Posts: 105
Re: int math actions?
« Reply #6 on: March 31, 2015, 10:47:11 AM »
welp yep its right there didnt even relize it thanks