Is it possible/how to hook up all the things in code?

Announcements, support questions, and discussion for the Dialogue System.
tylerwsavatronix
Posts: 33
Joined: Tue Jul 05, 2016 6:18 pm

Re: Is it possible/how to hook up all the things in code?

Post by tylerwsavatronix »

Can we just arbitrarily/dynamically add fields. Like if we call SetActorField() to a field we didn't create explicitly will it automatically create it (I guess I'm asking if it's similar to javascript in how it handles adding fields dynamically)?
User avatar
Tony Li
Posts: 20649
Joined: Thu Jul 18, 2013 1:27 pm

Re: Is it possible/how to hook up all the things in code?

Post by Tony Li »

tylerwsavatronix wrote:Can we just arbitrarily/dynamically add fields. Like if we call SetActorField() to a field we didn't create explicitly will it automatically create it (I guess I'm asking if it's similar to javascript in how it handles adding fields dynamically)?
Yup. :-)
Post Reply