| 1162 | } |
| 1163 | |
| 1164 | S32 zNPCBPlankton::SysEvent(xBase* from, xBase* to, U32 toEvent, const F32* toParam, |
| 1165 | xBase* toParamWidget, S32* handled) |
| 1166 | { |
| 1167 | *handled = 0; |
| 1168 | return zNPCCommon::SysEvent(from, to, toEvent, toParam, toParamWidget, handled); |
| 1169 | |
| 1170 | // ((zNPCCommon*) 0x1b8??? |
| 1171 | } |
| 1172 | |
| 1173 | void zNPCBPlankton::Render() |
| 1174 | { |
nothing calls this directly
no test coverage detected