Home
last modified time | relevance | path

Searched refs:m_missile_protect_ship (Results 1 – 4 of 4) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dshipflagsdlg.cpp48 DDX_Control(pDX, IDC_MISSILE_PROTECT_SHIP, m_missile_protect_ship); in DoDataExchange()
313 m_missile_protect_ship.SetCheck(missile_protect_ship); in OnInitDialog()
523 switch (m_missile_protect_ship.GetCheck()) { in update_ship()
1255 if (m_missile_protect_ship.GetCheck() == 1) { in OnMissileProtectShip()
1256 m_missile_protect_ship.SetCheck(0); in OnMissileProtectShip()
1258 m_missile_protect_ship.SetCheck(1); in OnMissileProtectShip()
H A Dshipflagsdlg.h39 CButton m_missile_protect_ship; variable
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dshipflagsdlg.h39 CButton m_missile_protect_ship; variable
H A Dshipflagsdlg.cpp48 DDX_Control(pDX, IDC_MISSILE_PROTECT_SHIP, m_missile_protect_ship); in DoDataExchange()
321 m_missile_protect_ship.SetCheck(missile_protect_ship); in OnInitDialog()
533 switch (m_missile_protect_ship.GetCheck()) { in update_ship()
1296 if (m_missile_protect_ship.GetCheck() == 1) { in OnMissileProtectShip()
1297 m_missile_protect_ship.SetCheck(0); in OnMissileProtectShip()
1299 m_missile_protect_ship.SetCheck(1); in OnMissileProtectShip()