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

Function GetTEArmorList

engine/Poseidon/World/Scene/Thing.cpp:683–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681}
682
683static const ThingEffectItem* GetTEArmorList()
684{
685 static const ThingEffectItem TEArmorList[] = {ThingEffectItem("FxExploArmor1", 0.2),
686 ThingEffectItem("FxExploArmor2", 0.2), // any probability rest
687 ThingEffectItem("FxExploArmor3", 0.2),
688 ThingEffectItem("FxExploArmor4", 0.2), // any probability rest
689 ThingEffectItem("FxExploGround1", 0.1),
690 ThingEffectItem("FxExploGround2", 10), // any probability rest
691 ThingEffectItem()};
692 return TEArmorList;
693}
694
695static const ThingEffectItem* GetTECartridgeList()
696{

Callers 1

CreateThingEffectFunction · 0.85

Calls 1

ThingEffectItemClass · 0.85

Tested by

no test coverage detected