- Messages
- 15
- Country

Hi,
Forgive me if this has been asked before: What is the best (meaning most efficient such that it costs least amount of frames) way to update a single variable in a stuct of variables? I tried looking into tagged variables, but since I will be reading and potentially setting some of the variables in the struct often, I understand that tagged variables are not the way to go.
So, that leaves me with an option that is to keep track of the last updated struct and only setting the diffs of the struct members whereafter I can update the whole struct.
Any ideas?
Thanks,
Boaz Lev
Forgive me if this has been asked before: What is the best (meaning most efficient such that it costs least amount of frames) way to update a single variable in a stuct of variables? I tried looking into tagged variables, but since I will be reading and potentially setting some of the variables in the struct often, I understand that tagged variables are not the way to go.
So, that leaves me with an option that is to keep track of the last updated struct and only setting the diffs of the struct members whereafter I can update the whole struct.
Any ideas?
Thanks,
Boaz Lev

