-------------------------------------------------------------------------------- Description: Is this hull animated/skinned? --------------------------------------------------------------------------------
| 1187 | // Is this hull animated/skinned? |
| 1188 | // -------------------------------------------------------------------------------- |
| 1189 | bool EveSOFDNA::IsHullAnimated() const |
| 1190 | { |
| 1191 | return m_isSkinned; |
| 1192 | } |
| 1193 | |
| 1194 | void EveSOFDNA::DisableAnimation() |
| 1195 | { |
no outgoing calls
no test coverage detected