Category:Conditionals and Loops
From NWN Lexicon
[edit] Conditionals and Loops
Conditional statements used in NWNScript.
| Title | Brief Description |
|---|---|
| Simple conditional operator similar to an if statement. | |
| Halts the execution of a loop or switch and skips any remaining statements within the loop or switch code block. | |
| Skips any remaining statements within a loops current iteration, and begins execution at the beginning of the next iteration. | |
| Executes a block of code (at least once) and then repeats the block based on the value of an expression. | |
| Repeats the execution of a code block based on the value of a counter. | |
| Executes code blocks based on a Boolean condition. | |
| Creates a series of conditional branches based on the value of a single variable. | |
| Repeats the execution of a code block based on the value of an expression. |
Pages in category "Conditionals and Loops"
The following 8 pages are in this category, out of 8 total.