MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetAnimationName

Function GetAnimationName

engine/Poseidon/IO/ParamFileExt.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 return GetDefaultName(baseName, "data3d\\", ".p3d");
169}
170RString GetAnimationName(RString baseName)
171{
172 return GetDefaultName(baseName, "anim\\", ".rtm");
173}
174RString GetPictureName(RString baseName)
175{
176 return GetDefaultName(baseName, "data\\", ".paa");

Callers 6

LoadMethod · 0.85
FlagCarrierMethod · 0.85
MoveInfoMethod · 0.85
InitShapeMethod · 0.85
CParticleMethod · 0.85

Calls 1

GetDefaultNameFunction · 0.85

Tested by

no test coverage detected