Difference between revisions of "Talk:If"
Jump to navigation
Jump to search
→What about ref variables ?
imported>UDUN |
imported>UDUN |
||
Line 18: | Line 18: | ||
The article needs to be expanded with things like : | The article needs to be expanded with things like : | ||
<pre> | |||
if refVar == CreatureRat | if refVar == CreatureRat ; an EditorID | ||
if refVar == "25314" ; the FormID of the above - Valid ? | |||
I could not find a clear account of this syntax anywhere. All examples in the article are for long/short variables (or just checking if a | </pre> | ||
I could not find a clear account of this syntax anywhere. All examples in the article are for long/short variables (or just checking if a refVar is empty). Also, what exactly are the "expression" things ? Function calls like refVar.GetIsID ? How far can this go ? [[User:UDUN|UDUN]] 05:41, 10 August 2009 (EDT) | |||
== tabs and spaces == | == tabs and spaces == |