Skip to content

Include CallFunc members when an interface extends a Node #1571

@markwpearce

Description

@markwpearce

Example:

<component name="MyNode" extends="Groupd">
    <interface>
        <function name="someFunc" />
    </interface>
</component>
interface MyInterface extends roSGNodeMyNode
end interafce
sub foo(thing as MyInterface)
     thing@.someFunc() ' this should not be an error
end sub

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions