Foldit Wiki
Advertisement

current.AreConditionsMet[]

Function
boolean current.AreConditionsMet()
Description
Return whether the current pose satisfies all conditions.
V1 Function Name
are_conditions_met

Remarks[]

current.AreConditionsMet checks whether absolute conditions have been satifisfied for the current pose of the protein. If all conditions are satisfied, the score for the current pose appears on the in-game scoreboards, and global points are awarded when the puzzle ends.

Caution: this function is not reliable. See the feedback AreConditionsMet(), which has been open since 2014, for details. Checking conditions in the Foldit user interface is the only reliable way to tell whether your score counts. There is no Foldit Lua function which performs the same test.

Advertisement