MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / PlayCycle

Method PlayCycle

ogsr_engine/Layers/xrRender/SkeletonAnimated.cpp:360–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360CBlend* CKinematicsAnimated::PlayCycle(const shared_str& N, BOOL bMixIn, PlayCallback Callback, LPVOID CallbackParam, u8 channel /*= 0*/)
361{
362 const MotionID motion_ID = ID_Cycle(N);
363 if (motion_ID.valid())
364 {
365 return PlayCycle(motion_ID, bMixIn, Callback, CallbackParam, channel);
366 }
367 FATAL("! MODEL: can't find cycle: %s", N.c_str());
368 return nullptr;
369}
370
371CBlend* CKinematicsAnimated::PlayCycle(MotionID motion_ID, BOOL bMixIn, PlayCallback Callback, LPVOID CallbackParam, u8 channel /*= 0*/)
372{

Callers 15

net_SpawnMethod · 0.80
play_cycleMethod · 0.80
net_SpawnMethod · 0.80
ChangeVisualMethod · 0.80
net_SpawnMethod · 0.80
playMethod · 0.80
anim_playMethod · 0.80
loadMethod · 0.80
detach_item_idxMethod · 0.80
re_sync_animMethod · 0.80
script_anim_playMethod · 0.80
net_SpawnMethod · 0.80

Calls 3

StopAtEndMethod · 0.80
validMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected