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

Function GetTEGroundList

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

Source from the content-addressed store, hash-verified

673};
674
675static const ThingEffectItem* GetTEGroundList()
676{
677 static const ThingEffectItem TEGroundList[] = {ThingEffectItem("FxExploGround1", 0.5),
678 ThingEffectItem("FxExploGround2", 10), // any probability rest
679 ThingEffectItem()};
680 return TEGroundList;
681}
682
683static const ThingEffectItem* GetTEArmorList()
684{

Callers 1

CreateThingEffectFunction · 0.85

Calls 1

ThingEffectItemClass · 0.85

Tested by

no test coverage detected