MCPcopy Create free account
hub / github.com/atas76/openengine / isFirstTouch

Method isFirstTouch

src/main/java/org/ttn/engine/agent/Action.java:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public boolean isFirstTouch() {
21 return this.actionParameters.contains(ActionParameter.FIRST_TOUCH);
22 }
23
24 public boolean isOpenPass() {
25 return this.actionParameters.contains(ActionParameter.OPEN_PASS);

Calls

no outgoing calls

Tested by 5

testParseMatchFileMethod · 0.64
testActionParameterMethod · 0.64
testActionParametersMethod · 0.64