network_synchronizer icon indicating copy to clipboard operation
network_synchronizer copied to clipboard

Scene synchronizer does not support indexed values

Open Razoric480 opened this issue 3 years ago • 0 comments

The barometer of whether a variable is found or not is done through

const Variant old_val = p_node->get(p_variable, &valid);

which means that variables like character:rotation is invalid. Likewise, all values are called via get().

Switching to get_indexed() would increase versatility.

Razoric480 avatar Sep 06 '22 17:09 Razoric480