17 protected static int m_Width;
18 protected static int m_Height;
44 float ratio = m_Width / m_Height;
47 else if( ratio > 1.5 )
69 static float GetHeightMultiplied(
float value )
71 float height = m_Height;
72 return height / 1080 * value;
90 override void Update(
float timeslice )
109 PPERequesterBank.GetRequester(PPERequesterBank.REQ_INVENTORYBLUR).Start();
117 MissionGameplay
mission = MissionGameplay.Cast(
GetGame().GetMission() );
120 mission.MoveHudForInventory(
true );
123 ItemManager.GetInstance().SetItemMicromanagmentMode(
false );
124 ItemManager.GetInstance().SetSelectedItemEx(
null,
null,
null);
132 return m_Inventory.Controller( w, control, value );
146 PPERequesterBank.GetRequester(PPERequesterBank.REQ_INVENTORYBLUR).Stop();
149 MissionGameplay
mission = MissionGameplay.Cast(
GetGame().GetMission() );
152 mission.MoveHudForInventory(
false );
155 ItemManager.GetInstance().SetItemMicromanagmentMode(
false );
156 ItemManager.GetInstance().SetSelectedItemEx(
null,
null,
null);