Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4StringTable.cpp96 P[P_Touchable] = "Touchable"; in C4StringTable()
H A DC4StringTable.h322 P_Touchable, enumerator
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Command.cpp302 …if (cObj->Action.Target->GetPropertyInt(P_Touchable) == 2 || !(Data.getInt() & C4CMD_MoveTo_PushTa… in MoveTo()
581 …if (cObj->Action.Target->GetPropertyInt(P_Touchable) == 2 || !(Data.getInt() & C4CMD_Enter_PushTar… in Enter()
H A DC4Object.cpp688 if (GetPropertyInt(P_Touchable)) in SetOCF()
782 if (GetPropertyInt(P_Touchable)) in UpdateOCF()
1367 if (GetPropertyInt(P_Touchable)==2) return true; in Push()