Category:Basic Scripting
From NWN Lexicon
Jump to navigationJump to searchBasics of NWNScript.
Type | Brief Description |
---|---|
Delimits blocks of code ("{" and "}") for variable scoping, functions, loops, structs, and conditionals. | |
Delimiters for code annotations, and explanations. | |
Symbols used to represent values that do not change. | |
Chart showing numbers 0 to 255 in binary, decimal and hexadecimal. | |
Semicolons (";") are used to end a logical line in a statement. | |
Surround plain text in code so it is correctly interpreted as a string data type. | |
A structure for holding similar data. | |
A variable is a symbolic name for a value that can be changed. | |
Tabs, line breaks, and other white space can help break up code and make it easier to read. |
Pages in category "Basic Scripting"
The following 9 pages are in this category, out of 9 total.