You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(internalField is inaccessible from SubProto nodes)
The wb_supervisor_node_get_field and wb_supervisor_node_get_proto_field methods are somewhat misleading in that the former retrieves fields defined on a proto node and the latter retrieves fields defined on the base ancestor type.
In the linked thread, @omichel suggests creating wb_supervisor_node_get_proto_parent and querying fields on that object with wb_supervisor_node_get_field.
The text was updated successfully, but these errors were encountered:
This issue arises from a discussion occurring on this StackExchange thread which brings up two main issues:
Ex.
(
internalField
is inaccessible fromSubProto
nodes)wb_supervisor_node_get_field
andwb_supervisor_node_get_proto_field
methods are somewhat misleading in that the former retrieves fields defined on a proto node and the latter retrieves fields defined on the base ancestor type.In the linked thread, @omichel suggests creating
wb_supervisor_node_get_proto_parent
and querying fields on that object withwb_supervisor_node_get_field
.The text was updated successfully, but these errors were encountered: