Update the condition
| <viztask:Condition>.update() |
Override this function to update the status of your custom Condition object.
When the condition has been met, this function should return True, otherwise it should return False
This function is generally called once per frame.
True if the condition has been met, False otherwise