Home
last modified time | relevance | path

Searched refs:m_cant_yell (Results 1 – 3 of 3) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/shapeinf/
H A Dmonstinf.h105 bool m_cant_yell; // Can't yell during combat. variable
164 return m_cant_yell; in cant_yell()
167 if (m_cant_yell != tf) { in set_cant_yell()
169 m_cant_yell = tf; in set_cant_yell()
H A Dmonstinf.cc81 m_cant_yell = (*ptr & (1 << 5)) != 0; // Byte 12. in read()
126 default_info.m_cant_yell = in get_default()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dshapewrite.cc695 *ptr++ = (m_cant_yell ? (1 << 5) : 0) | in write()