MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsHullAnimated

Method IsHullAnimated

trinity/Eve/SpaceObjectFactory/EveSOFDNA.cpp:1189–1192  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Is this hull animated/skinned? --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1187// Is this hull animated/skinned?
1188// --------------------------------------------------------------------------------
1189bool EveSOFDNA::IsHullAnimated() const
1190{
1191 return m_isSkinned;
1192}
1193
1194void EveSOFDNA::DisableAnimation()
1195{

Callers 2

SetupMeshMethod · 0.80
CreatePlacementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected