Difference between revisions of "Once-every Condition"

From AgentCubes
Jump to navigation Jump to search
imported>Andri
(Created page with "Category:AgentCubes_Conditions")
 
imported>Andri
Line 1: Line 1:
 +
[[image:Stacked condition.png|150px]]
 +
 +
<table cellpadding="10" cellspacing="0" border="0" width="100%">
 +
<tr>
 +
<td align="left" valign="top" width="80"><b>Definition:</b></td>
 +
<td align="left" valign="top" width="100%">The <strong>Once-every</strong> condition checks if a certain number of seconds N has passed since it was last checked. The number is specified by an integer, decimal, or a Visual AgenTalk Formula. If N seconds have passed, the condition is true. Otherwise, it is false. The Once-every condition acts as a local timer for an agent. Unlike the [[Wait action]], Once-every can be used to slow down individual agents without stopping other agents.</td>
 +
</tr>
 +
<tr>
 +
<td align="left" valign="top" width="80"><b>Parameters:</b></td>
 +
<td align="left" valign="top" width="100%">[[Formula parameter|formula]]</td>
 +
</tr>
 +
<tr>
 +
<td align="left" valign="top" width="80"><b>Example:</b></td>
 +
<td align="left" valign="top" width="100%">???which example???
 +
[[Image:Empty condition example.png|500px]]</td>
 +
</tr>
 +
 +
</table>
 +
 
[[Category:AgentCubes_Conditions]]
 
[[Category:AgentCubes_Conditions]]

Revision as of 18:48, 17 June 2011

150px

Definition: The Once-every condition checks if a certain number of seconds N has passed since it was last checked. The number is specified by an integer, decimal, or a Visual AgenTalk Formula. If N seconds have passed, the condition is true. Otherwise, it is false. The Once-every condition acts as a local timer for an agent. Unlike the Wait action, Once-every can be used to slow down individual agents without stopping other agents.
Parameters: formula
Example: ???which example??? 500px