Use table value or save it in the actor first and use it later?
Hi,
I have a value in a table. Is it better to get it directly from the table or save it to my actor attribute(self.variable) and use actor attribute when I want to use it. (e.g. change attribute to self.variable).
Thanks.
Kent
I have a value in a table. Is it better to get it directly from the table or save it to my actor attribute(self.variable) and use actor attribute when I want to use it. (e.g. change attribute to self.variable).
Thanks.
Kent
Comments
I'd probably just read it directly from the table.
The nightly builds, available to Pro members, include the ability to use table cell values and other table-related expressions on the left side of a rule.