mirror of
https://github.com/duanhf2012/origin.git
synced 2026-03-11 18:17:30 +08:00
新增蓝图接口
This commit is contained in:
@@ -579,3 +579,11 @@ func (en *BaseExecNode) GetBlueprintModule() IBlueprintModule {
|
|||||||
|
|
||||||
return en.gr.IBlueprintModule
|
return en.gr.IBlueprintModule
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (en *BaseExecNode) GetAndCreateReturnPort() IPort{
|
||||||
|
if en.gr == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return en.gr.GetAndCreateReturnPort()
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user