The main focus was C# integration into NHI10 .
The main focus was C# integration into NHI10 .
- NEW feature
-
- NEW standard
- Only the MkRuntimeC is passed to a public function as the first (runtime) argument.
- Previously, a runtime-extension could also be passed (e.g. MqRuntimeC for theLink) but this has been replaced by focusing on MkRuntimeC.
- MkRuntimeCallbackAdd has been updated and now return a RuntimeId that can be used to directly access a runtime-extension via
MK_RT_REF.mkRtExtAry[RuntimeId]
- Meta-Code update
-