Book a Demo

Author Topic: Delete a connector tagged value in a script  (Read 3452 times)

peterc

  • Guest
Delete a connector tagged value in a script
« on: August 22, 2018, 11:15:56 pm »
Is there a way to delete a connector tagged value in a script?
I am able to traverse the tagged values associated with a script to identify the ones I wish to delete but there is no delete method for a ConnectorTag! Have I missed something or can they not be deleted from within a script?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Delete a connector tagged value in a script
« Reply #1 on: August 23, 2018, 04:44:50 am »
I guess that EAConnector.taggedValues.delete (index) should remove the TV.

q.