Skip to content

Scene synchronizer does not support indexed values #35

Open
@Razoric480

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.

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