예제 #1
0
            internal static _InterruptStage InterruptStage()
            {
                if (_InterruptStageFunc == null)
                {
                    _InterruptStageFunc =
                        (_InterruptStage)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnafxMagicSpell_interruptStage"), typeof(_InterruptStage));
                }

                return(_InterruptStageFunc);
            }
예제 #2
0
            internal static _InterruptStage InterruptStage()
            {
                if (_InterruptStageFunc == null)
                {
                    _InterruptStageFunc =
                        (_InterruptStage)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnafxMagicSpell_interruptStage"), typeof(_InterruptStage));
                }

                return(_InterruptStageFunc);
            }