Skip to content

Scene synchronizer does not support indexed values #35

Description

@Razoric480

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions