| 285 | } |
| 286 | |
| 287 | void CUIPdaWnd::Show() |
| 288 | { |
| 289 | if (Core.Features.test(xrCore::Feature::more_hide_weapon)) |
| 290 | Actor()->SetWeaponHideState(INV_STATE_BLOCK_ALL, true); |
| 291 | |
| 292 | InventoryUtilities::SendInfoToActor("ui_pda"); |
| 293 | |
| 294 | inherited::Show(); |
| 295 | } |
| 296 | |
| 297 | void CUIPdaWnd::Hide() |
| 298 | { |
no test coverage detected