internal static _GetRowTextById GetRowTextById()
            {
                if (_GetRowTextByIdFunc == null)
                {
                    _GetRowTextByIdFunc =
                        (_GetRowTextById)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_getRowTextById"), typeof(_GetRowTextById));
                }

                return(_GetRowTextByIdFunc);
            }
Esempio n. 2
0
            internal static _GetRowTextById GetRowTextById()
            {
                if (_GetRowTextByIdFunc == null)
                {
                    _GetRowTextByIdFunc =
                        (_GetRowTextById)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_getRowTextById"), typeof(_GetRowTextById));
                }

                return(_GetRowTextByIdFunc);
            }