OnInputUpdateUsage​Called when an input of IOEntity is updatedReturn a non-null value to override default behaviorExamples​""object OnInputUpdate(IOEntity ioEntity, int inputAmount, int inputSlot){ Puts("OnInputUpdate works!"); return null;}Copy