Example #1
0
            internal static _IgnoreListCount IgnoreListCount()
            {
                if (_IgnoreListCountFunc == null)
                {
                    _IgnoreListCountFunc =
                        (_IgnoreListCount)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnAITurretShape_ignoreListCount"), typeof(_IgnoreListCount));
                }

                return(_IgnoreListCountFunc);
            }
Example #2
0
            internal static _IgnoreListCount IgnoreListCount()
            {
                if (_IgnoreListCountFunc == null)
                {
                    _IgnoreListCountFunc =
                        (_IgnoreListCount)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnAITurretShape_ignoreListCount"), typeof(_IgnoreListCount));
                }

                return(_IgnoreListCountFunc);
            }