Home
last modified time | relevance | path

Searched refs:SilhouetteWhere (Results 1 – 2 of 2) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dhuman.h176 static v2 GetSilhouetteWhere(){return SilhouetteWhere;} in CHARACTER()
178 static void SetSilhouetteWhere(v2 pos){SilhouetteWhere=pos;} in CHARACTER()
203 static v2 SilhouetteWhere; in CHARACTER() local
/dports/games/ivan/ivan-059/Main/Source/
H A Dhuman.cpp2089 v2 humanoid::SilhouetteWhere=v2(0,0); //zeroed because wont init properly here.. TODO explain why. member in humanoid
2105 if(SilhouetteWhere.Is0())SilhouetteWhere=SilhouetteWhereDefault; in DrawSilhouette()
2155 { SilhouetteWhere.X + 8, SilhouetteWhere.Y }, in DrawSilhouette()