Home
last modified time | relevance | path

Searched refs:P_BorderBound (Results 1 – 3 of 3) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Movement.cpp159 if (Layer && Layer->GetPropertyInt(P_BorderBound) & C4D_Border_Layer) in SideBounds()
173 if (ctcox < lbound && GetPropertyInt(P_BorderBound) & C4D_Border_Sides) in SideBounds()
175 if (ctcox > rbound && GetPropertyInt(P_BorderBound) & C4D_Border_Sides) in SideBounds()
182 if (Layer && Layer->GetPropertyInt(P_BorderBound) & C4D_Border_Layer) in VerticalBounds()
196 if (ctcoy < tbound && GetPropertyInt(P_BorderBound) & C4D_Border_Top) in VerticalBounds()
198 if (ctcoy > bbound && GetPropertyInt(P_BorderBound) & C4D_Border_Bottom) in VerticalBounds()
581 …Shape.GetX(), -Shape.Wdt, ::Landscape.GetWidth()) && !(GetPropertyInt(P_BorderBound) & C4D_Border_… in ExecMovement()
582 …|| ((GetY() + Shape.GetY() > ::Landscape.GetHeight()) && !(GetPropertyInt(P_BorderBound) & C4D_Bor… in ExecMovement()
/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4StringTable.cpp160 P[P_BorderBound] = "BorderBound"; in C4StringTable()
H A DC4StringTable.h386 P_BorderBound, enumerator