mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
@@ -195,15 +195,10 @@ namespace BlackMisc
|
||||
return this->m_modifier1 != ModifierNone || this->m_modifier2 != ModifierNone;
|
||||
}
|
||||
|
||||
//! \brief Modifier?
|
||||
bool hasModifier() const
|
||||
{
|
||||
return this->m_modifier1 != ModifierNone || this->m_modifier2 != ModifierNone;
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Do we have this Modifier?
|
||||
* \brief Do we have this modifier?
|
||||
* \param modifier
|
||||
* \return
|
||||
*/
|
||||
bool hasModifier(Modifier modifier) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user