OnOutputUpdateUsage​Called when outputs of IOEntity are updatedReturn a non-null value to override default behaviorExamples​""object OnOutputUpdate(IOEntity ioEntity){ Puts("OnOutputUpdate works!"); return null;}Copy