| 129 | } |
| 130 | |
| 131 | bool afxEffectronData::onAdd() |
| 132 | { |
| 133 | if (Parent::onAdd() == false) |
| 134 | return false; |
| 135 | |
| 136 | return true; |
| 137 | } |
| 138 | |
| 139 | void afxEffectronData::pack_fx(BitStream* stream, const afxEffectList& fx, bool packed) |
| 140 | { |
nothing calls this directly
no test coverage detected