mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Remove more instances of 'instance' being used as a verb
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
|
||||
// Gets the instance/inheritance states of this node, in order of precedence,
|
||||
// that is, from the topmost (the most able to override values) to the lowermost
|
||||
// (Note that in nested instancing the one with the greatest precedence is the furthest
|
||||
// (Note that in nested instantiation, the one with the greatest precedence is the furthest
|
||||
// in the tree, since every owner found while traversing towards the root gets a chance
|
||||
// to override property values.)
|
||||
static Vector<SceneState::PackState> get_node_states_stack(const Node *p_node, const Node *p_owner = nullptr, bool *r_instantiated_by_owner = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user