Home
last modified time | relevance | path

Searched refs:IsPowder (Results 1 – 4 of 4) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dmaterias.h120 virtual truth IsPowder() const { return true; } in MATERIAL()
H A Dmateria.h209 virtual truth IsPowder() const { return false; } in IsPowder() function
/dports/games/ivan/ivan-059/Main/Source/
H A Drain.cpp130 if(Volume && !Liquid->IsPowder()) // gum in Be()
H A Dcmdcraft.cpp4146 …if(matWorkWith->IsPowder())bLiquid=false; //TODO if explosive could have a chance to xplod use the… in PrepareRemains()