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

Method Start

ogsr_engine/xrGame/ActorEffector.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159CAnimatorCamEffector::~CAnimatorCamEffector() { xr_delete(m_objectAnimator); }
160void CAnimatorCamEffector::Start(LPCSTR fn)
161{
162 m_objectAnimator->Load(fn);
163 m_objectAnimator->Play(Cyclic());
164 fLifeTime = m_objectAnimator->GetLength();
165}
166
167BOOL CAnimatorCamEffector::Valid()
168{

Callers 1

AddEffectorFunction · 0.45

Calls 5

clampFunction · 0.85
AddEffectorFunction · 0.85
LoadMethod · 0.45
PlayMethod · 0.45
GetLengthMethod · 0.45

Tested by

no test coverage detected