| 3343 | } |
| 3344 | |
| 3345 | static U32 LassoYankCB(xAnimTransition*, xAnimSingle*, void*) |
| 3346 | { |
| 3347 | zEntPlayer_SNDPlay(ePlayerSnd_LassoYank, 0.17f); |
| 3348 | zEntPlayer_SNDPlayStreamRandom(ePlayerStreamSnd_RopingComment1, ePlayerStreamSnd_RopingComment3, |
| 3349 | 0.133f); |
| 3350 | |
| 3351 | if (sLassoInfo->targetGuide && sLassoInfo->target) |
| 3352 | { |
| 3353 | ((zNPCCommon*)sLassoInfo->target)->LassoNotify(LASS_EVNT_YANK); |
| 3354 | } |
| 3355 | |
| 3356 | return 0; |
| 3357 | } |
| 3358 | |
| 3359 | // Equivalent: sda relocation scheduling |
| 3360 | static U32 MeleeStopCB(xAnimTransition*, xAnimSingle*, void*) |
nothing calls this directly
no test coverage detected