Example #1
0
            internal static _GetRowLabel GetRowLabel()
            {
                if (_GetRowLabelFunc == null)
                {
                    _GetRowLabelFunc =
                        (_GetRowLabel)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiGameListMenuCtrl_getRowLabel"), typeof(_GetRowLabel));
                }

                return(_GetRowLabelFunc);
            }
Example #2
0
            internal static _GetRowLabel GetRowLabel()
            {
                if (_GetRowLabelFunc == null)
                {
                    _GetRowLabelFunc =
                        (_GetRowLabel)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiGameListMenuCtrl_getRowLabel"), typeof(_GetRowLabel));
                }

                return(_GetRowLabelFunc);
            }