playMaker

Author Topic: Can't get/set Curve property  (Read 1357 times)

SawyerK

  • Junior Playmaker
  • **
  • Posts: 99
Can't get/set Curve property
« on: August 15, 2023, 08:08:50 AM »
Hi!

I can't get/set the curve property with the "get/set property" action from this script.
Talked to the developer of this asset (NWH Vehicle Physics 2) and he said that I should be able to get this curve property just fine, but it doesn't exist in the list of properties. Only some other properties are available for the curve (loop, ping-pong ect.)

So my question is, does Playmaker can't get/set a curve property?
Or if it can how can I access it? Do I need to write a custom action for it? (I can't)



Thank you.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Can't get/set Curve property
« Reply #1 on: August 15, 2023, 04:35:16 PM »
Hi.
You probably need to create a custom action for it, or ask the author if he can support PM or help creating curve action.

if you have some sample in code to set the curve, i can have a look if its hard to convert to a action

SawyerK

  • Junior Playmaker
  • **
  • Posts: 99
Re: Can't get/set Curve property
« Reply #2 on: August 17, 2023, 09:12:56 AM »
Hi.
You probably need to create a custom action for it, or ask the author if he can support PM or help creating curve action.

if you have some sample in code to set the curve, i can have a look if its hard to convert to a action
Thank you very much for the help!
I have sent you a DM called "get/set Curve Property" with the script if you are available to take a look at it to make a custom action.
Very much appreciated. :)