playMaker

Author Topic: Get/send message instead of get/send property for accessing scripts[SOLVED]  (Read 1895 times)

case3

  • Playmaker Newbie
  • *
  • Posts: 15
Hi, I just watched the video on the Playmaker youtube channel about connecting scripts to Playmaker and it was done differently to another video I watched which used get/send property not get/send message. I was wondering if I use get/send message do I still need the linker wizard or will things just work as normal when I export to ios?
« Last Edit: February 17, 2017, 01:16:40 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Get/send message instead of get/send property for accessing scripts
« Reply #1 on: February 16, 2017, 12:33:44 AM »
Hi,

 Can you reference the videos and their time stamp where they show that.

 there is no "getMessage", only SendMessage, unlike GetProperty and SetProperty.

 SendingMessage is fine and do not require the linker wizard.

 Bye,

 Jean

case3

  • Playmaker Newbie
  • *
  • Posts: 15
Re: Get/send message instead of get/send property for accessing scripts
« Reply #2 on: February 16, 2017, 11:00:48 PM »
Hi, sorry, I re-watched it and you're right he just uses "SendMessage." Thanks for the reply. I will just use SendMessage then.