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

Method CStalkerAnimationData

ogsr_engine/xrGame/stalker_animation_data.cpp:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "stalker_animation_data.h"
11
12CStalkerAnimationData::CStalkerAnimationData(IKinematicsAnimated* skeleton_animated)
13{
14 ZoneScoped;
15
16 m_part_animations.Load(skeleton_animated, "");
17 m_head_animations.Load(skeleton_animated, "");
18 m_global_animations.Load(skeleton_animated, "item_");
19}

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected