Exemplo n.º 1
0
            internal static _GetMove GetMove()
            {
                if (_GetMoveFunc == null)
                {
                    _GetMoveFunc =
                        (_GetMove)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnAIConnection_getMove"), typeof(_GetMove));
                }

                return(_GetMoveFunc);
            }
Exemplo n.º 2
0
            internal static _GetMove GetMove()
            {
                if (_GetMoveFunc == null)
                {
                    _GetMoveFunc =
                        (_GetMove)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnAIConnection_getMove"), typeof(_GetMove));
                }

                return(_GetMoveFunc);
            }