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