Difference between revisions of "Datas ARCC EN"
From Ryzom Forge Wiki
| Line 8: | Line 8: | ||
<div style="overflow: hidden"> | <div style="overflow: hidden"> | ||
[[File: weCDatas.png|200px|thumb|left| weCDatas window ]] | [[File: weCDatas.png|200px|thumb|left| weCDatas window ]] | ||
| − | *'''1)''' | + | *'''1)''' Left value to be checked. |
| − | *'''2)''' | + | *'''2)''' Kind of test (==, !=, <, >, <=, >=) |
| − | *'''3)''' | + | *'''3)''' Right value of the test |
| − | *'''4)''' | + | *'''4)''' Action if the test is "True". |
| − | *'''5)''' | + | *'''5)''' Action if the test is "False". |
*'''6)''' <span style="color:#f0f">'''[commun]'''</span> Internal name of the function. This name is used especially for jumps, loops ... | *'''6)''' <span style="color:#f0f">'''[commun]'''</span> Internal name of the function. This name is used especially for jumps, loops ... | ||
</div> | </div> | ||
Revision as of 08:21, 2 October 2014
Datas
| Function name: weCDatas |
This function is the equivalent of a logical test: if Value compared with testValue by testFunction is TRUE then make valideAction else failAction .