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: 20766
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. :-)
fonadain
Posts: 1
Joined: Thu May 02, 2024 3:36 am
Location: Noida, Uttar Pradesh
Contact:

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

Post by fonadain »

Yes, building everything from scratch is possible, but it takes time and patience. Think Legos: the best for all, but who is going to make the wheels when you can just buy them?

If other tools exist that might do the same thing, consider those first instead of coding.Saves time and frustration! Take one line of the code at a time and keep it well organized. Good luck!
Post Reply